blezz-tech 4959e229f2 Вынос классов в отдельный файлы 1 lună în urmă
..
classes 4959e229f2 Вынос классов в отдельный файлы 1 lună în urmă
.gitignore c0dd28f53e new jabber handler 10 luni în urmă
BotClass.py dca84a397e Merge branch 'new_version_assit' into new_version_unstable 1 lună în urmă
README.md 79ce9c5717 new handler for tickets 8 luni în urmă
applications.json c0dd28f53e new jabber handler 10 luni în urmă
config.py a79b64f709 pipe for saving handlers 3 luni în urmă
gen-passwords.py 79ce9c5717 new handler for tickets 8 luni în urmă
gen_users 79ce9c5717 new handler for tickets 8 luni în urmă
gen_web_users.py 79ce9c5717 new handler for tickets 8 luni în urmă
jsonAndRequest.py 4959e229f2 Вынос классов в отдельный файлы 1 lună în urmă
open_accessrequest_accepted.py c0dd28f53e new jabber handler 10 luni în urmă
open_accessrequest_pending.py c0dd28f53e new jabber handler 10 luni în urmă
open_basic_bot.py 79ce9c5717 new handler for tickets 8 luni în urmă
open_negrequest_accepted.py c0dd28f53e new jabber handler 10 luni în urmă
open_negrequest_pending.py c0dd28f53e new jabber handler 10 luni în urmă
open_servicerequest_accepted.py 5698d9847d new logic in func 3 luni în urmă
open_servicerequest_assigned.py 5698d9847d new logic in func 3 luni în urmă
open_servicerequest_booked.py 5698d9847d new logic in func 3 luni în urmă
open_servicerequest_booked_v2.py c0dd28f53e new jabber handler 10 luni în urmă
open_servicerequest_closed.py 5698d9847d new logic in func 3 luni în urmă
open_servicerequest_declined.py 5698d9847d new logic in func 3 luni în urmă
open_servicerequest_done.py 5698d9847d new logic in func 3 luni în urmă
open_servicerequest_forcemajeure.py f2b644d0e0 new working handlers for orders 8 luni în urmă
open_servicerequest_pending.py 5698d9847d new logic in func 3 luni în urmă
open_servicerequest_preforcemajeure.py c0dd28f53e new jabber handler 10 luni în urmă
open_servicerequest_prestart.py c0dd28f53e new jabber handler 10 luni în urmă
open_servicerequest_process.py 5698d9847d new logic in func 3 luni în urmă
open_strequest_assigned.py c0dd28f53e new jabber handler 10 luni în urmă
open_strequest_done.py c0dd28f53e new jabber handler 10 luni în urmă
open_strequest_dublicate.py c0dd28f53e new jabber handler 10 luni în urmă
open_strequest_inprocess.py c0dd28f53e new jabber handler 10 luni în urmă
open_strequest_new.py c0dd28f53e new jabber handler 10 luni în urmă
open_strequest_reopened.py c0dd28f53e new jabber handler 10 luni în urmă
open_strequest_wontfix.py c0dd28f53e new jabber handler 10 luni în urmă
open_template_bot.py c0dd28f53e new jabber handler 10 luni în urmă
order_functions.py 93219f2554 Editing handlers for work(new choose provider ) 9 luni în urmă
requirements.txt c0dd28f53e new jabber handler 10 luni în urmă
st_request_assigned.py a79b64f709 pipe for saving handlers 3 luni în urmă
st_request_done.py a79b64f709 pipe for saving handlers 3 luni în urmă
st_request_new.py a79b64f709 pipe for saving handlers 3 luni în urmă
st_request_wontfix.py a79b64f709 pipe for saving handlers 3 luni în urmă
starter.sh f2b644d0e0 new working handlers for orders 8 luni în urmă
status_changer.py 79ce9c5717 new handler for tickets 8 luni în urmă
status_handlers.py 79ce9c5717 new handler for tickets 8 luni în urmă

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/