Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 989 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 989 Bytes

Crawl Cosplay Sudden Death Tournament scoreboard

ebering wrote in his repo:

"Scoring prototype based on a butchery of zxc dcss-scoreboard and Kramin's logfile api. While it may seem like I know what I am doing with this I do not. I am allergic to frameworks so the way this thing runs is there's gonna be a main.py that fetches the logfiles into the db and then builds the website."

You'll need sqlalchemy 1.3.24 to make his scripts work. In Ubuntu terminal type:

pip install sqlalchemy=='1.3.24'

I've made quite a few tweaks to the webpages to make it integrate with the Crawl Cosplay website: cosplay.kelbi.org

If you are thinking of forking this repo, I would suggest you fork ebering's since it works out-of-the-box except for the 2 bonuses which are not setup. (see: middle of csdc.py

A big thank you to scrubdaddy for helping me figure out what to change in the python scripts.