Jabber bot template

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

mex3 b0376e5203 unique password generation for bots added 1 år sedan
.gitignore 4b21557981 change ignore 1 år sedan
BotClass.py b9fdab358f running schema according to previous task 1 år sedan
README.md c548c065a1 change readme 1 år sedan
applications.json 11ff346810 комментарии к коду 1 år sedan
config_template.py b0376e5203 unique password generation for bots added 1 år sedan
gen-passwords.py b0376e5203 unique password generation for bots added 1 år sedan
open-st_request-assigned.py b0376e5203 unique password generation for bots added 1 år sedan
requirements.txt 4cc175a689 first commit 1 år sedan

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