Skip to content

vinayak-mehta/analyzr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

analyzr

Real-time twitter analytics on your terminal!

Demo

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/ and click on Create New App. After you generate the keys, replace x-x-x-xs 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.

About

Real-time twitter analytics on your terminal!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages