https://github.com/himanshub16/tweelyser
Analysis for your Twitter profile.
https://github.com/himanshub16/tweelyser
analysis data-analytics data-visualization flask twitter twitter-api twitter-profile visualisation
Last synced: 2 months ago
JSON representation
Analysis for your Twitter profile.
- Host: GitHub
- URL: https://github.com/himanshub16/tweelyser
- Owner: himanshub16
- License: other
- Created: 2016-09-10T16:19:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T10:50:51.000Z (over 6 years ago)
- Last Synced: 2025-11-12T13:03:10.461Z (8 months ago)
- Topics: analysis, data-analytics, data-visualization, flask, twitter, twitter-api, twitter-profile, visualisation
- Language: JavaScript
- Homepage: https://tweelyser.herokuapp.com
- Size: 9.6 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Tweelyzer](https://tweelyser.herokuapp.com)
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](https://developer.twitter.com).
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](https://analytics.twitter.com).
Please use that for practical purposes.