Jay Taylor's notes

back to listing index

Stavros Korokithakis / Spamnesty

[web search]
Original source (gitlab.com)
Tags: spam spammers retaliation gitlab.com
Clipped on: 2016-11-22

Image (Asset 1/3) alt=

Spamnesty

A service that tries to have some fun with spam.

Spamnesty

Image (Asset 2/3) alt= Image (Asset 3/3) alt=

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