https://github.com/edde746/tiktok-uploader
Programatically upload TikTok videos with ADB
https://github.com/edde746/tiktok-uploader
adb tiktok tiktok-automation tiktok-upload uiautomator
Last synced: about 1 year ago
JSON representation
Programatically upload TikTok videos with ADB
- Host: GitHub
- URL: https://github.com/edde746/tiktok-uploader
- Owner: edde746
- Created: 2022-11-29T11:44:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T12:21:56.000Z (over 3 years ago)
- Last Synced: 2025-05-07T14:23:00.985Z (about 1 year ago)
- Topics: adb, tiktok, tiktok-automation, tiktok-upload, uiautomator
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 43
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiktok-uploader
Uses adb to automatically upload videos to TikTok. For educational purposes only.
## Running
```bash
# First time
brew install --cask android-sdk android-platform-tools
# Other OS: https://www.xda-developers.com/install-adb-windows-macos-linux/
pip install -r requirements.txt
# Run, it is recommended to write your own scripts
# Or you can use these examples
python greentext_slideshow.py
python youtube_reupload.py
```
## Script doesn't complete
You most likely need to update the resource ID at the end of `uploader.py` (see comment).
Find the resource ID by running `dump.py` while a video is uploading (progress bar in top left) and then searching for `%` in the `dump.xml` file.
## Why is this better than using web app with selenium?
Ability to add audio and upload slideshows, it is also less likely to be blocked and/or be obsolete.