Jabber bot template

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

Evgeny Polivanov f04a56f238 change readme 1 سال پیش
__pycache__ 4cc175a689 first commit 1 سال پیش
.gitignore 4cc175a689 first commit 1 سال پیش
BotClass.py 4cc175a689 first commit 1 سال پیش
README.md f04a56f238 change readme 1 سال پیش
config_template.py 4cc175a689 first commit 1 سال پیش
requirements.txt 4cc175a689 first commit 1 سال پیش
run.py 4cc175a689 first commit 1 سال پیش

README.md

Simple JabberBot

Simple XMPP echo bot.

Install and run

1) Rename config_template.py to config.py and set up JID and PASSWORD 2) python -m venv env(for Windows) or python3 -m venv env(for Linux) 3) .\env\Scripts\activate or source env/bin/activate 4) pip install -r requirements.txt 5) python run.py