Skip to content

zardoru/becgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10139a0 · May 12, 2016

History

63 Commits
Apr 8, 2016
Apr 8, 2016
Nov 8, 2015
Nov 16, 2015
Mar 11, 2016
May 12, 2016
Mar 5, 2016
May 8, 2016
May 8, 2016
Apr 7, 2016
May 8, 2016
Mar 5, 2016
Nov 16, 2015

Repository files navigation

becgi

becgi is a BMS event venue based on Python 3.5.0 using Flask and PostgreSQL.
This code was first made for the BMS event Be-Music West.
Its open source nature allows you to customize it for your own needs.

becgi supports the basics such as:

  • Generic submissions fields
    • Artist
    • Title
    • BGA Author
    • Email
    • Download URL
    • Email
    • Comment/Description
  • Fake Artist Name (Used for pseudonyms, displayed until after impression period.)
  • Automatic opening and closing of venue (Submissions and Impressions individually)
  • reCAPTCHA for submissions and impressions
  • Impressions
    • Name
    • Comment
    • Score
  • Multiple event support
  • Markdown Formatting (via Database)

To be able to run this code you need to create a config.py containing reCAPTCHA authentication keys and a secret key. See the included example config.