Skip to content

mohamad-supangat/android_automation_scripts

Repository files navigation

ADB - Automation Scripts

A group of automation code to run adb input commands


This script was created to automate activities that I think are very boring but we have to do them every day

Please fork and enter as many of your ideas as possible

List Automation:

  • Tiktok (Tiktok lite)
    • Auto Follow
    • Auto Like and Comment
  • PokeMMO
    • Auto Grinding Grass

Requirement

  • Python
  • Pipenv
  • Android Device With ADB Enable and Connected to Host (USB or Wifi)

How to use

  • Clone with git
    git clone https://github.com/mohamad-supangat/android_automation_scripts.git
  • Installing python dependencies with PipEnv
    cd android_automation_scripts
    pipenv install
    
  • Check and Connect Android Device
    adb connect {ip address} // if using adb wifi
    adb devices
  • Run some automation script pipenv run ./tiktok.auto-follow.py