Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hay/twitter-cli
Command-line tool to search and save tweets, using the Streaming API
https://github.com/hay/twitter-cli
Last synced: 28 days ago
JSON representation
Command-line tool to search and save tweets, using the Streaming API
- Host: GitHub
- URL: https://github.com/hay/twitter-cli
- Owner: hay
- Created: 2014-08-25T09:46:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T22:44:03.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T16:30:29.325Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.36 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `twitter-cli`
A command-line tool to search and save tweets, using the Streaming API.## Running it
1. Create a `config.json` file in the root of this project (look at `config-example.json` for an example)
2. Make sure the [TwitterAPI](https://github.com/geduldig/TwitterAPI) dependency is installed (`pip install TwitterApi` should do the trick).
3. Run `python twitter-cli.py`
4. That's it!