Simple commenting system based on Flask. Takes in any value of the url and displays the relevent comments. You can, for example, iframe it from your static website.
I will use it for my personal blog hosted on github.
Once its up and running (I am running it on free PythonAnywhere.com account), you can call it via a specific endpoint. Example: www.FlaskCommentHosted.com/uniquepagid and it will display only comments that correspond to that page.
http://greatunknown.pythonanywhere.com/helloworld/ (DO NOT FLOOD MY ACCOUNT !)
db backed database, one table requiredone of row will be commentsectionid (one per comment area)add recaptcha- salt hashed values
- Fix CSS
- Integrate with blog
- Dockerize