Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitsuhiko/bf3-aggregator

Sourcecode for the bf3 developer news aggregator.
https://github.com/mitsuhiko/bf3-aggregator

Last synced: 2 months ago
JSON representation

Sourcecode for the bf3 developer news aggregator.

Awesome Lists containing this project

README

        

BF 3 News Aggregator

Running on bf3.immersedcode.org

Currently requires Werkzeug==dev

Things to do:

1. create virtualenv
2. install dependencies with `pip install -r requirements.txt`
3. create a local.cfg:

SQLALCHEMY_DATABASE_URI = 'sqlite:////path/to/bf3.db'
FORUM_USERNAME = '...'
FORUM_PASSWORD = '...'