Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madaragon/spacy
Wrapper library that connects to twitter api v2 with Python.
https://github.com/madaragon/spacy
Last synced: 3 months ago
JSON representation
Wrapper library that connects to twitter api v2 with Python.
- Host: GitHub
- URL: https://github.com/madaragon/spacy
- Owner: madaragon
- Created: 2022-04-02T12:42:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T18:29:39.000Z (over 2 years ago)
- Last Synced: 2024-04-22T02:18:04.553Z (7 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```