Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mitsuhiko/bf3-aggregator
- Owner: mitsuhiko
- License: other
- Created: 2011-02-12T12:03:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-31T17:33:03.000Z (over 13 years ago)
- Last Synced: 2024-10-13T01:36:52.967Z (3 months ago)
- Language: Python
- Homepage: http://bf3.immersedcode.org/
- Size: 1.85 MB
- Stars: 83
- Watchers: 8
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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 = '...'