Jabber bot template
Шаблон jabber-бота
Dev Server bd96bd087a json parsing fixed and order loop processing | vor 1 Jahr | |
---|---|---|
.gitignore | vor 1 Jahr | |
BotClass.py | vor 1 Jahr | |
README.md | vor 1 Jahr | |
applications.json | vor 1 Jahr | |
config_template.py | vor 1 Jahr | |
gen-passwords.py | vor 1 Jahr | |
gen_users | vor 1 Jahr | |
gen_web_users.py | vor 1 Jahr | |
jsonAndRequest.py | vor 1 Jahr | |
open_template_bot.py | vor 1 Jahr | |
requirements.txt | vor 1 Jahr |
Create env
python -m venv env #for Windows
python3 -m venv env #for Linux
Activate env
.\env\Scripts\activate #Windows
source env/bin/activate #Linux
Instatt requirements
pip3 install -r requirements.txt
Run Bot
python3 open_template_bot.py
https://democonv.sharix-app.org/ - testing client
user: test@ej.sharix-app.org user: test1@ej.sharix-app.org
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
ejabberdctl create_room room_name muc_service xmpp_domain
#ejabberdctl destroy_room room_name muc_service
ejabberdctl rooms_unused_list xmpp_domain number_of_days