Jabber bot template

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

L 226d5a8041 bot_log changed hace 1 año
.gitignore 4b21557981 change ignore hace 1 año
2023-04-14-bottickets.log 226d5a8041 bot_log changed hace 1 año
BotClass.py 226d5a8041 bot_log changed hace 1 año
README.md c548c065a1 change readme hace 1 año
applications.json 11ff346810 комментарии к коду hace 1 año
config_template.py b0376e5203 unique password generation for bots added hace 1 año
gen-passwords.py b0376e5203 unique password generation for bots added hace 1 año
open-st_request-assigned.py 226d5a8041 bot_log changed hace 1 año
requirements.txt 4cc175a689 first commit hace 1 año

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