Jabber bot template

Шаблон jabber-бота

Evgeny Polivanov 4cc175a689 first commit 2 ani în urmă
__pycache__ 4cc175a689 first commit 2 ani în urmă
.gitignore 4cc175a689 first commit 2 ani în urmă
BotClass.py 4cc175a689 first commit 2 ani în urmă
README.md 4cc175a689 first commit 2 ani în urmă
config_template.py 4cc175a689 first commit 2 ani în urmă
requirements.txt 4cc175a689 first commit 2 ani în urmă
run.py 4cc175a689 first commit 2 ani în urmă

README.md

Simple JabberBot

Simple XMPP echo bot.

Install and run

1) python -m venv env(for Windows) or python3 -m venv env(for Linux) 2) .\env\Scripts\activate or source env/bin/activate 3) pip install -r requirements.txt 4) python run.py