An open API service indexing awesome lists of open source software.

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.

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")