Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamad-supangat/android_automation_scripts
Android automation script using ADB and Python, currently: tiktok auto like and comment
https://github.com/mohamad-supangat/android_automation_scripts
android android-automation automation automation-scripts bot python python-automation tiktok tiktok-bot tiktok-script
Last synced: 28 days ago
JSON representation
Android automation script using ADB and Python, currently: tiktok auto like and comment
- Host: GitHub
- URL: https://github.com/mohamad-supangat/android_automation_scripts
- Owner: mohamad-supangat
- Created: 2023-12-20T09:10:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-16T09:32:54.000Z (about 2 months ago)
- Last Synced: 2024-12-16T10:29:51.392Z (about 2 months ago)
- Topics: android, android-automation, automation, automation-scripts, bot, python, python-automation, tiktok, tiktok-bot, tiktok-script
- Language: Python
- Homepage:
- Size: 195 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
![image](https://github.com/user-attachments/assets/9c8ade20-a785-4692-b687-dc838a1b4dbd)
### 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
```bash
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
```bash
adb connect {ip address} // if using adb wifi
adb devices
```
- Run some automation script
```pipenv run ./tiktok.auto-follow.py```