Jabber bot template

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

mex3 3046f1bf15 Merge remote-tracking branch 'refs/remotes/origin/simple' into simple il y a 1 an
.gitignore 4b21557981 change ignore il y a 1 an
BotClass.py d9b74f60de new task for Elvina il y a 1 an
README.md c548c065a1 change readme il y a 1 an
applications.json 11ff346810 комментарии к коду il y a 1 an
botrun.py d89f604d87 Running schema refactoring il y a 1 an
config_template.py 9f96dda17b Обновить 'config_template.py' il y a 1 an
open-st_request-assigned.py d9b74f60de new task for Elvina il y a 1 an
requirements.txt 4cc175a689 first commit il y a 1 an

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