Skip to content

himanshub16/tweelyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Flask web-app to display analytics based on a particular users' Twitter profile. User can analyse any profile for public data, as permitted by Twitter REST API (which restricts access to protected accounts).

The number of API requests are limited within a time-frame. It is therefore requested to generate your own API key from Twitter developer site.

For contributing, a basic initial setup is required to contribute to this Flask project.

git clone https://github.com/himanshub16/tweelyser.git
cd tweelyser
virtualenv -p /usr/bin/python venv
source venv/bin/activate
pip install -r requirements.txt 

Run the app.py file any time you want to test the app.

Disclaimer

  • The analysis is based on latest 200 tweets, to avoid slowing down while fetching data from Twitter.
  • The data is fetched from Twitter API. The developer claim no responsibility of any interpretations, misuse, validity of this data.
  • The privacy and security is handled by Twitter. Your personal data is not stored.

A better and more practical version of this project is Analytics by Twitter.

Please use that for practical purposes.