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

https://github.com/chefzander/onepop

Forum/Messageboard written in Python.
https://github.com/chefzander/onepop

Last synced: 8 months ago
JSON representation

Forum/Messageboard written in Python.

Awesome Lists containing this project

README

          

# onepop
All in one forum/messageboard.

Licensed under GPLv3 (see LICENSE.txt)

Requirements are in requirements.txt

## popcap
For this project, I developed a 2-wave captcha where wave 1 is a automated Proof-of-Work captcha which then leads to a regular Image captcha.
Most code for that can be found in database.py and static/popcap.js.