Skip to content

mdyzma/twitter_follo

Repository files navigation

Twitter followers of followers

Build Status Documentation Status

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.

Usage


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.


  1. Visit web site

start(https://twitter-followers-prod.herokuapp.com)

  1. Sign in with your Twitter account
  2. Browse list of followers who follow followers :)

followers

Data are also accssible in JSON format:

followers_json

Deploying to Heroku

To deploy your copy of application simply click:

Deploy

(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

Running Locally

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.

Documentation

For more information, i.e. about app further development, see the documentation Twitter Followers