Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 423 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 423 Bytes

spacy

Wrapper library that connects to twitter api v2 with Python.

This library allows you to access endpoints for space ID searches and keyword searches.

Requirement

requests pip install requests

Usage

$python3
>>>import spacy
>>>sp = spacy.spacy()
>>>sp.create_header("your bearertoken")
>>>sp.create_params(query='characters', state='live')
>>>sp.connect_to_search_space_endpoint()
print return json