Jabber bot template

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

Dev Server a6bebe7381 client check removed, variant for sending reply added il y a 1 an
.gitignore 8a37092bb2 fixing gitignore for logs il y a 1 an
BotClass.py a6bebe7381 client check removed, variant for sending reply added il y a 1 an
README.md c548c065a1 change readme il y a 1 an
applications.json 11ff346810 комментарии к коду il y a 1 an
config_template.py 7f515a809b port setting added il y a 1 an
gen-passwords.py 426a646d39 config template improvements il y a 1 an
gen_users 7ecd032bca logic debugging and testing documentation added il y a 1 an
jsonAndRequest.py a3816aaffd add json to object and http requests il y a 1 an
open_template_bot.py a6bebe7381 client check removed, variant for sending reply added il y a 1 an
requirements.txt a3816aaffd add json to object and http requests 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