Sem descrição

Dev Server d99a4c7833 user generation and authentification fixed há 2 anos atrás
.gitignore c8e1830aab adding log files to gitignore há 2 anos atrás
BotClass.py 426a646d39 config template improvements há 2 anos atrás
README.md c548c065a1 change readme há 2 anos atrás
applications.json 11ff346810 комментарии к коду há 2 anos atrás
config_template.py 08dca8f8d7 test commit há 2 anos atrás
gen-passwords.py 426a646d39 config template improvements há 2 anos atrás
gen_users d99a4c7833 user generation and authentification fixed há 2 anos atrás
open_template_bot.py d99a4c7833 user generation and authentification fixed há 2 anos atrás
requirements.txt 4cc175a689 first commit há 2 anos atrás

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