Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (19 loc) · 1.04 KB

TweetAnalytics

Simple script app for analysis of tweets using Text Analytics API and Tweepy.

API keys

To running this script, first you have to acquire needed keys for accessing Text Analytics API and Twitter API. The process is easy and free. Here are the direct links :

Write your keys in the related files in the .credentials folder.

Installation

Download this repository

git clone https://github.com/brlauuu/TwitterAnalytics.git

All the dependencies are in the requirements.txt file. To install them, simply run :

pip install -r requirements.txt

To run the programm, type :

python run-analytics.py [OPTION]

All options can be seen by running:

python run-analytics.py --help

Infos

The program currently runs with Python 2.*.

There's a few more things I plan to add, so stay tuned.