Quickstart

A Python app, which displays followers of the followers of your Twitter account. Can be deployed to Heroku.

Application UI based on MDB Free and EBM Bootstrap Plugin, available under MIT License and provided by MDBoostrap.com.

Usage

  1. Visit heroku_app
  2. Sign in with your Twitter account
  3. Browse list of followers who follow followers :)
  4. Data are also accessible in JSON format:

Deploying to Heroku

To deploy your copy of application simply click

Heroku deploy

Warning

You will need Twitter app and SECRET CREDENTIALS provided by Twitter in order to make it work. See _twitter_dev

You can also quickly deploy using git. Make sure you have Python and HerokuCLI installed.:

$ git clone https://github.com/mdyzma/twitter_follo.git
$ cd twitter_follo
$ heroku create
$ git push heroku master
$ heroku open

Running Locally

It can be also run locally. Make sure you have Python installed properly. Also, install the HerokuCLI.

$ git clone https://github.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.

Documentation

For more information, i.e. about app further development used approaches, see project’s documentation.