/pretty-mailing-list

Reddit style lore.kernel.org

Primary LanguagePython

Pyramid app to render threads on lore.kernel.org as reddit-style posts

Install requirements (python 3.6+)

pip install -r ./requirements.txt

Install the app

cd src && pip install -e .

From src directory, run:

COOKIE_SECRET=supersecret gunicorn --paste server.ini