Skip to content

kx499-zz/ThrIndicator

Repository files navigation

To set up:
git clone https://github.com/kx499/ThrIndicator.git
virtualenv ThrIndicator
cd ThrIndicator
bin/pip install -r requirements.txt
./db_create.py

To run GUI/Webserver: ./run.py
Note: if not running on localhost, add host=0.0.0.0 to app.run() in run.py, or use ./run.py --prod

To run feeds, this is meant to be run with cron - I opted not to use celery. It was overkill. ./pull_feeds.py

See config.py for feed configuration examples

On Debian or Ubuntu systems, you will need to sudo apt install git python-virtualenv python-pip python-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages