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: 2 months ago
JSON representation

Wrapper library that connects to twitter api v2 with Python.

Lists

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
```