add the bot

This commit is contained in:
Luna Mendes 2017-12-01 22:04:35 -03:00
parent 3779ed4279
commit d40b8dfcaa
12 changed files with 360 additions and 2 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
OBFUSCATE="./env/bin/pyminifier --obfuscate --gzip"
all:
${OBFUSCATE} -o build/memed.py memed.py