add the bot
This commit is contained in:
parent
3779ed4279
commit
d40b8dfcaa
12 changed files with 360 additions and 2 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
OBFUSCATE="./env/bin/pyminifier --obfuscate --gzip"
|
||||
|
||||
all:
|
||||
${OBFUSCATE} -o build/memed.py memed.py
|
Loading…
Add table
Add a link
Reference in a new issue