Skip to content
/ tuesday Public

Tuesday is a headless comments engine written in Python

License

Notifications You must be signed in to change notification settings

stckme/tuesday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

27e8261 · Oct 6, 2020
Mar 22, 2019
Oct 6, 2020
Mar 22, 2019
Apr 4, 2019
Apr 4, 2019
Dec 2, 2019
Dec 5, 2019
Apr 4, 2019
Mar 22, 2019
Mar 22, 2019
May 3, 2019
May 3, 2019
Mar 22, 2019
Mar 22, 2019
Mar 22, 2019
Mar 22, 2019
Nov 5, 2019
Mar 22, 2019
Mar 22, 2019
Oct 25, 2019
Apr 4, 2019
Dec 3, 2019
May 3, 2019
Nov 8, 2019
Mar 22, 2019
Mar 22, 2019
May 3, 2019

Repository files navigation

Tuesday

Tuesday is a comments engine written in Python.


  _______                            _                 
 |__   __|                          | |                
    | |     _   _    ___   ___    __| |   __ _   _   _ 
    | |    | | | |  / _ \ / __|  / _` |  / _` | | | | |
    | |    | |_| | |  __/ \__ \ | (_| | | (_| | | |_| |
    |_|     \__,_|  \___| |___/  \__,_|  \__,_|  \__, |
                                                  __/ |
                                                 |___/ 

Features

Headless

Tuesday comments UI agnostic. It aims to provide all APIs needed for common comments implemntations.

Scalability

Tuesday aims to scale well for medium sized web sites.

Easier moderation

Tuesday has builtin capabilities to simplify moderator's job

Tuesday?

The project was born on Tuesday. I considered various names but couldn't freeze on one so chose the name of the day it was born.

Why

There are a few existing options such as Coralproject's Talk (perhaps the best one). But we wanted something pythonic, developed with API first approach and fun to create and maintain.