https://github.com/vinayak-mehta/analyzr
Real-time twitter analytics on your terminal!
https://github.com/vinayak-mehta/analyzr
Last synced: 2 months ago
JSON representation
Real-time twitter analytics on your terminal!
- Host: GitHub
- URL: https://github.com/vinayak-mehta/analyzr
- Owner: vinayak-mehta
- Created: 2016-01-16T00:12:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T13:25:51.000Z (over 9 years ago)
- Last Synced: 2025-01-28T05:27:37.850Z (4 months ago)
- Language: Python
- Homepage:
- Size: 213 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
analyzr
======
Real-time twitter analytics on your terminal!## Demo
## Dependencies
analyzr is tested to work with Python 3.5.1.
Dependencies include tweepy and redis-py.## Setup and Usage
1. You'll need to create an app on Twitter to use their API. Just go to [https://apps.twitter.com/](https://apps.twitter.com/app/new) and click on **Create New App**. After you generate the keys, replace `x-x-x-x`s in `analyzr.py` with them.2. You'll need to install redis on your box.
On *Arch Linux*, you can do this with `pacman -S redis`.
Make sure you start the redis server. You can do this with `systemd` by
systemctl enable redis.service
systemctl start redis.service
3. Install the dependencies with `pip install -r requirements.txt`.
4. Run using `python analyzr.py`. Press `Ctrl + C` to exit.