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.
- Host: GitHub
- URL: https://github.com/chefzander/onepop
- Owner: ChefZander
- License: agpl-3.0
- Created: 2025-04-22T14:42:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T16:01:10.000Z (about 1 year ago)
- Last Synced: 2025-04-22T16:32:32.905Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.