Jabber bot template

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

mex3 a28f0dafcb naming for template corrected %!s(int64=2) %!d(string=hai) anos
.gitignore c8e1830aab adding log files to gitignore %!s(int64=2) %!d(string=hai) anos
BotClass.py 226d5a8041 bot_log changed %!s(int64=2) %!d(string=hai) anos
README.md c548c065a1 change readme %!s(int64=2) %!d(string=hai) anos
applications.json 11ff346810 комментарии к коду %!s(int64=2) %!d(string=hai) anos
config_template.py a28f0dafcb naming for template corrected %!s(int64=2) %!d(string=hai) anos
gen-passwords.py b0376e5203 unique password generation for bots added %!s(int64=2) %!d(string=hai) anos
open_bot_template.py a28f0dafcb naming for template corrected %!s(int64=2) %!d(string=hai) anos
requirements.txt 4cc175a689 first commit %!s(int64=2) %!d(string=hai) anos

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