Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.83 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.83 KB

xat Chat Handler

Instalation:

  1. First clone or download it on your desktop;
  2. Install Python 3 (I didn't test on 2.7 you can try);
  3. Setup chat name and password;
  4. Uncomment what you want to use and change the value;
  5. Run it.

Available functions:

  • chat.getStaffList()
  • chat.setOuter('YOUR_OUTER_URL')
  • chat.setInner('YOUR_INNER_URL')
  • chat.setTransparent(False)
    • Available: False or True
  • chat.setComments(True)
    • Available: False or True
  • chat.setDescription('Your chat description')
  • chat.setTags('your,chat,tags')
  • chat.setAdsLink('xat.com/YourChat')
  • chat.setButtonText(0, 'Your first tab text')
  • chat.setButtonName(0, 'Your first tab name')

FAQ:

Q. What is it?

  • R. Well, it's my script written in Python(which I have used 3.7 on development) using it you can manage 80% of you chat just using your console, or maybe your website (Django, Flask etc).

Q. It requires something else?

  • R. If you are using Linux you need add the permissions correctly to the file usercache.json, it is used to cache usernames and prevent the script against being slow.

Q. Is it safe?

  • R. Yes, as you can see everything here is under SSL directly to the xat.com it needs your chat name and your password but it doesn't connect to any external link.

Q. What it does?

  • R. You can do a lot of things, e.g you can change your chat backgrounds, description, button names, text etc. I started it creating just for showing staff list, it works 100% fine you just need to have the power MANAGE on your chat enabled. It have a lot of features you can try it yourself.

Q. Is it illegal?

  • R. No, there is a lot of people on official chats using something worse that is xat bot clients, this is just a tool that allows you to control YOUR chat.

About:

  • Version: 1.1
  • Credits: Paulo (aka xLaming)