bf3-aggregator
bf3-aggregator copied to clipboard
Sourcecode for the bf3 developer news aggregator.
BF 3 News Aggregator
Running on bf3.immersedcode.org
Currently requires Werkzeug==dev
Things to do:
- create virtualenv
- install dependencies with
pip install -r requirements.txt - create a local.cfg:
SQLALCHEMY_DATABASE_URI = 'sqlite:////path/to/bf3.db'
FORUM_USERNAME = '...'
FORUM_PASSWORD = '...'