Jay Taylor's notes
back to listing indexStavros Korokithakis / Spamnesty
[web search]
Original source (gitlab.com)
Clipped on: 2016-11-22
Toggle navigation
failed
0c65c692
Improve parser to include Mail.app-forwarded emails.
·
36 minutes ago by
Stavros Korokithakis
Spamnesty
Spamnesty lets you waste spammers' time by pretending it's a person and talking to them.
Running
To run Spamnesty, just clone this repository, install docker-compose and start everything up:
pip install docker-compose
docker-compose up
If you access http://localhost/, you should see the Spamnesty home page!
To access the admin interface, create a user:
docker-compose run web /code/manage.py createsuperuser
and go to http://localhost/entrary/ the log in.
Contributing
To contribute, just issue a merge request on our repository. Make sure tests pass first, though:
docker-compose run web /code/manage.py test