Jabber bot template

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

Dev Server 638562d621 proceeding improved 1 year ago
.gitignore 8a37092bb2 fixing gitignore for logs 1 year ago
BotClass.py 638562d621 proceeding improved 1 year ago
README.md c548c065a1 change readme 1 year ago
applications.json 11ff346810 комментарии к коду 1 year ago
config_template.py 637d1e0ff0 bot list expanded 1 year ago
gen-passwords.py 426a646d39 config template improvements 1 year ago
gen_users 7ecd032bca logic debugging and testing documentation added 1 year ago
jsonAndRequest.py a3816aaffd add json to object and http requests 1 year ago
open_template_bot.py 638562d621 proceeding improved 1 year ago
requirements.txt a3816aaffd add json to object and http requests 1 year ago

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