Server side implementation in python for OvO
OvO is a great self-deployed comment system
Pigeon Oriented Programming
Basic functions
- Reply notification
- Mention parse and notification
Protocol support
- Exchange support
- SMTP support
Extra functions
- Custom HTML template
XSS Filter
- Whitelist of HTML tags and attributes
- Blacklist of value of attributes
SQLite is easy to migrate, deploy and manage. So currently it will not support other databases
- SQLite
pip install fastapi uvicorn[standard]
uvicorn main:app
Once you have completed the deployment, you can access API documents via visiting http://[ip-address]/docs