How to find a beautiful little sister on douyin —- Douyin robot

Recently, I am addicted to Tiktok and spend hours on my beautiful sister.

In order to find the beautiful sister efficiently and directly, I made a Python douyin-bot using Python + ADB.

features

  • [x] Automatic page turning
  • [x] Appearance level detection
  • [X] Face recognition
  • [x] Automatic like
  • [x] Automatic attention
  • [X] Random anti-ban
  • [] Automatic reply

The principle of

  • Open the Douyin Short Video APP and enter the main interface
  • Get phone screenshots, and compress the screenshots (Size < 1MB);
  • Request face recognition API;
  • Parsing the returned face Json information, face detection and cutting;
  • When the appearance level is greater than the thresholdBEAUTY_THRESHOLD“, click like and follow;
  • On the next page, return to step 1;

Using the tutorial

  • For details about how to install and use the software tools, see the procedure for wechat_JUMp_Game on Android and iOS
  1. Get the source code:git clone https://github.com/wangshub/Douyin-Bot.git
  2. Enter the source directory:cd Douyin-Bot
  3. Install dependencies:pip install -r requirements.txt
  4. Run the program:python douyin-bot.py

Pay attention to

  • For now, only one Plus 5(1920×1080 resolution) is available. If your phone is not at this resolution, please change itconfig/Folder below the configuration file;

Face the interception

LICENSE

MIT

Welcome to Star and Fork

Project address :github.com/wangshub/Do…