Skip to content

myneuronews/md_analytics

Repository files navigation

Social-media analytic tool

Build Status Documentation Status

A Flask based app, which inspects social media accounts, displaying statistics, semantic analysis and friends/followers network graphs. followers of the followers of account authorized via Twitter. Can be deployed to Heroku.

Usage

  1. Visit web site

  2. Sign in with one/all of social-mediar account/s

  3. Browse lists, statistics and graphs of the dashboard:

Data are also accssible in JSON format:

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/md_analytics.git
$ cd md_analytics
$ 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/md_analytics.git
$ cd md_analytics
$ pip install --no-cache-dir -r requirements.txt

$ heroku local

Your app should now be running on http://127.0.0.1:5000.