Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!