Skip to content

TheBug233/Douyin-Live-ChatRoom-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Douyin-Live-ChatRoom-Assistant

Real-time acquisition script in Douyin Live ChatRoom based on AutoX.js
Please note that this script does not apply to TikTok, it only applies to Douyin in mainland China

Why was this script born?

Because only the client can watch in some live of Douyin, it is impossible to obtain any information of ChatRoom through browser capture

How it works?

Just use AutoX.js. Simply put, it can get any component in the Android program, and we can do more things after getting the component and component content.

Will my Douyin account be banned for using this script?

You don't have to worry at all, these scripts just read the content of the new component. Even if you add an automatic reply to it, it's the same as a normal user clicking on the phone
But it is still not recommended to send a lot of repeated texts in a short period of time, otherwise even normal users will be risk controlled, and the Douyin server will intercept your messages accordingly

How are these scripts used?

⚠ This script only supports Android system devices (of course not limited to mobile phones)
Open these after installing AutoX.js
image
(The "Connected to computer" option is turned on as needed. If this option is turned on, you can remotely/batch control a bunch of mobile phones to run scripts directly on the computer, Deploy in Visual Code Studio by referring to AutoX.js documentation)

Then open the live room you want to extract the chatroom information on Douyin, and it can start running

Here are some demos, although they are in Chinese, it should not affect understanding

The live ChatRoom used as a demonstration I blocked the screen to avoid copyright issues, this is an active live ChatRoom I randomly found

When there is a new message in the live ChatRoom, the script will split the message and output it to the console, and you can get the fanclub, nickname, message and other information through the array
normal
When a new gift is received, the script will split the giver's nickname and the gift, and automatically open the text input box to fill in the text and send it
gift
When a new audience enters the live ChatRoom, split the information to get the nickname of the new audience entering the live broadcast room, fill it into the text box, and send a random welcome speech
welcome

Of course, you can also use websocket to output any information to any program on the computer (Unreal, unity...)

Please do not use the above for commercial use, enjoy!

About

Real-time acquisition script in Douyin Live ChatRoom based on AutoX.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published