topogram / weibo-miner-server

Data Visualization engine for content spread on social networks
4 stars 0 forks source link

Topogram

Web-based dashboard for visualization of data as networks (words, users, geo maps).

Website : http://topogram.io

Features

This dashboard provides a complete interface to create data visualizations by uploading CSV files, search keywords and create geographical and networks maps. It is based on the topogram lib.

Currently supported :

Run you own instance

You can easily run Topogram on your own machine at http://localhost:5000

git clone http://github.com/topogram/topogram-server
cd topogram-server
pip install -r requirements.txt
python run.py

The first user created wil get admin rights and therefore will be able to access /admin control panel.

Tests

pip install -r dev_requirements.txt
python manage.py tests

Emails

Emailing is handle by Mailgun.