A Python app, which can displays followers of the followers of account authorized via Twitter. Can be deployed to Heroku.
Application inspiredUI based on MDB Free and EBM Bootstrap Plugin, available under MIT License and provided by MDBoostrap.com.
PLEASE NOTE! Twitter access credentials to this app were revoked. This app is unable to connect to the Twitter API anymore. Its Heroku instance still displays home page.
- Visit web site
(https://twitter-followers-prod.herokuapp.com)
- Sign in with your Twitter account
- Browse list of followers who follow followers :)
Data are also accssible in JSON format:
To deploy your copy of application simply click:
(you will need Twitter app and SECRET CREDENTIALS provided by Twitter in order to make it work)
You can also quickly deploy using git. Make sure you have HerokuCLI installed.
$ git clone https://github.com/mdyzma/twitter_follo.git
$ cd twitter_follo
$ heroku create
$ git push heroku master
$ heroku open
It can be also run locally. Make sure you have Python and HerokuCLI.
$ git clone https://gitlab.com/mdyzma/twitter_follo.git
$ cd twitter_follo
$ pip install --no-cache-dir -r requirements.txt
$ heroku local
Your app should now be running on http://127.0.0.1:5000.
For more information, i.e. about app further development, see the documentation Twitter Followers