Skip to content

tracholar/bf3-aggregator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 = '...'

About

Sourcecode for the bf3 developer news aggregator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.9%
  • HTML 27.7%
  • CSS 10.8%
  • JavaScript 1.6%