Skip to content

Latest commit

 

History

1,881 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikMatrix

TikMatrix is a desktop app that automates TikTok and Instagram on connected Android phones — multi-account management, bulk posting, follower and DM automation, and task scheduling across a whole device farm.

What is in this repository

Path Contents
sdk/python/ Python client and examples for the custom-script API — write your own automation and let TikMatrix hand you a phone
.github/workflows/ Release build pipelines for the desktop app, the script binary, and the APK
scripts/ Operational helpers

The desktop app itself is closed source; this repository holds the parts you build against, plus the pipelines that produce the published binaries.

Custom scripts

The built-in scripts cover the common flows. When you need one they do not, you can write it yourself in any language and drive the phone through TikMatrix's local HTTP API:

from tikmatrix import TikMatrix

client = TikMatrix()
with client.device("192.168.1.5:5555") as d:
    d.press("home")
    d.wait_for(text="Settings", timeout=15)
    d.screenshot("settings.png")

Start at sdk/python/README.md, or read the full guide at https://tikmatrix.com/docs/api/custom-script. The API is plain JSON over HTTP, so the Python client is a convenience, not a requirement.

Custom scripts require a Pro plan or higher.

License

The contents of this repository — the SDK, the examples, and the workflows — are MIT licensed, so you can copy tikmatrix.py into your own project and change it freely. The TikMatrix desktop application itself is not covered by this licence; it is proprietary and distributed under its own terms of service.

About

TikMatrix is a pc desktop software to automate TikTok on Android phones. Join Our Telegram Channel https://t.me/tikmatrix_agent_bot for daily tips on TikTok phone farming, automation tricks, and smart scaling strategies. Let’s grow together! 🚀

Topics

Resources

Stars

365 stars

Watchers

4 watching

Forks

Used by

Contributors

Languages