Jabber bot template

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

Dev Server 2d6dd89ff6 json parsing for ordinary ticket fixed il y a 1 an
.gitignore dd86fdc425 gitignore modifyed to skip ~ files il y a 1 an
BotClass.py f4b4caa58a few bug fixes to make it able to run il y a 1 an
README.md 2d25b24328 readme content formatting fixed il y a 1 an
applications.json 11ff346810 комментарии к коду il y a 1 an
config_template.py c499592087 tempate config fixed for new gen web users script il y a 1 an
gen-passwords.py 426a646d39 config template improvements il y a 1 an
gen_users 3a499a9d38 readme file created il y a 1 an
gen_web_users.py 5511941ccb gen users script fixed for any bot name il y a 1 an
jsonAndRequest.py 2d6dd89ff6 json parsing for ordinary ticket fixed il y a 1 an
open_template_bot.py 2d6dd89ff6 json parsing for ordinary ticket fixed il y a 1 an
requirements.txt a3816aaffd add json to object and http requests il y a 1 an

README.md

Open Template Bot

Simple example for processing orders

Install and run

  1. Rename config_template.py to config.py
  2. Create env

    python -m venv env #for Windows
    python3 -m venv env #for Linux
    
  3. Activate env

    .\env\Scripts\activate #Windows
    source env/bin/activate #Linux
    
  4. Instatt requirements

    pip3 install -r requirements.txt
    
  5. Run Bot

    python3 open_template_bot.py
    

Testing

https://democonv.sharix-app.org/ - testing client

Users recommended for testing

user: test@ej.sharix-app.org user: test1@ej.sharix-app.org

Useful commands for Ejabberctl while testing Bot

ejabberdctl register $username ej $password

ejabberdctl change-password User Host newPassword

ejabberdctl check_account user1 localhost

ejabberdctl unregister badlop3 localhost
ejabberdctl registered_users localhost
ejabberdctl help registered_users

Create MUC room

ejabberdctl create_room room_name muc_service xmpp_domain

Destroy MUC room

#ejabberdctl destroy_room room_name muc_service

List unused MUC rooms

ejabberdctl rooms_unused_list xmpp_domain number_of_days

https://docs.ejabberd.im/admin/ejabberdctl/muc-admin/