Skip to content

singhjaideep/flask_comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_comment

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.

Usage

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.

Example

http://greatunknown.pythonanywhere.com/helloworld/ (DO NOT FLOOD MY ACCOUNT !)

TODO:

  • db backed database, one table required
  • one of row will be commentsectionid (one per comment area)
  • add recaptcha
  • salt hashed values
  • Fix CSS
  • Integrate with blog
  • Dockerize

Releases

No releases published

Packages

No packages published