Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edsu/twitter-labs
This is a personal playground for experimenting with the Twitter Labs API.
https://github.com/edsu/twitter-labs
Last synced: 18 days ago
JSON representation
This is a personal playground for experimenting with the Twitter Labs API.
- Host: GitHub
- URL: https://github.com/edsu/twitter-labs
- Owner: edsu
- Created: 2020-01-08T12:07:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T12:19:02.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T06:31:28.779Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a personal playground for working with the [Twitter Labs API]. The idea
is to hopefully inform future development of [twarc] rather than being useful in
itself.To get started create generate your Twitter OAuth2 token.
TWITTER_CONSUMER_KEY="changme" TWITTER_CONSUMER_SECRET="changme" ./key.py
This should have created a `config.py` file containing your token.
Now you can do a search:
./search.py obama > search.json
[Twitter Labs API]: https://developer.twitter.com/en/docs/labs/overview/introduction
[twarc]: https://twitter.com/docnow/twarc