cleaned up Bot message parser using regex; updated examples; add account sends a...
authorGeorgios Atheridis <atheridis@tutamail.com>
Tue, 31 May 2022 14:38:00 +0000 (17:38 +0300)
committerGeorgios Atheridis <atheridis@tutamail.com>
Tue, 31 May 2022 14:38:00 +0000 (17:38 +0300)
commitdfa360f8fefc46403f96ff035a4215a874ce4ed1
treea23d91a4f3e1ab12201ce6a830117c528ed4e410
parent1fe739c4687fe04d31f6b7794b6ebb3c5fa0732a
cleaned up Bot message parser using regex; updated examples; add account sends a python file from resources
16 files changed:
README.md
aptbot/__init__.py
aptbot/__main__.py [deleted file]
aptbot/args_logic.py
aptbot/bot.py
aptbot/constants.py [new file with mode: 0644]
aptbot/main.py [new file with mode: 0644]
aptbot/resources/main.py [new file with mode: 0644]
examples/README.md [new file with mode: 0644]
examples/account1/message_interpreter.py [deleted file]
examples/account1/scam.py [deleted file]
examples/account1/spam.py [deleted file]
examples/account1/tools/raid.py [deleted file]
examples/example_1/main.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
setup.py