https://github.com/mgmacias95/tweet-stat
A little console program which prints stats about any twitter user.
https://github.com/mgmacias95/tweet-stat
Last synced: about 2 months ago
JSON representation
A little console program which prints stats about any twitter user.
- Host: GitHub
- URL: https://github.com/mgmacias95/tweet-stat
- Owner: mgmacias95
- License: agpl-3.0
- Created: 2015-04-09T22:10:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T12:08:12.000Z (almost 10 years ago)
- Last Synced: 2025-04-12T19:53:26.545Z (about 2 months ago)
- Language: Python
- Size: 284 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tweet-Stat
A little console program which prints stats about any twitter user.Based on [__Tweepy__](https://github.com/tweepy/tweepy "__Tweepy__")
Must be used __with Python 3__.
## How to use
1. Create a new app on
2. Click on __Test OAuth__ and copy the keys on the file __keys.py__
3. Run `python main.py`
4. Enjoy!## Authors
Made by [Marta Gómez](https://github.com/mgmacias95 "Marta Gómez") and [Braulio Vargas](https://github.com/BraulioV "Braulio Vargas")