/hush.mit.edu

An anonymous discussion forum for MIT Students 👀

Primary LanguagePythonMIT LicenseMIT

hush.mit.edu

Website Facebook

hush.mit.edu is an anonymous discussion forum for MIT Students

screenshot

Getting Started

Get all the requirements,

pip install -r requirements.txt

Run your local PostgresSQL instance.

Rename config.example.py and constants.example.py and fill in the configuration details.

Start the debug server,

python runserver.py

Use gunicorn for production deployment.

gunicorn -b :8112 -w 4 confess:app

Development

The current version heavily relies on the ORM backend to be PostgresSQL to do the ranking calculations and global level table locking for facebook posts.

Contributing

This is fairly badly written software right now and I'd love for you to help out! The best way to contribute is to submit patches via pull requests.

Notes

Inspired by wmoses showing me tjbash.org