Skip to content

madaragon/spacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Wrapper library that connects to twitter api v2 with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages