Skip to content

huuthang201/tiktok-streak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Streak Auto

Environment Variables

Create a .env file in the root directory and declare the following variables:

CAPTCHA_API_KEY="api_key_ocacaptcha"
TIKTOK_USERNAME="username"
TIKTOK_PASSWORD="password"
MESSAGE="auto send message"

Note: Instead of a username, you can use an email for the TIKTOK_USERNAME variable.

Note: The MESSAGE variable is the message that will be sent to all friends.

Get All Friends

To get all friends, run the my-friends.py file:

python my-friends.py

Manage Friends List

You can add or remove your friends in the friends.csv file. This file contains the list of friends to whom messages will be sent.

Send Message to All Friends

To send a message to all friends listed in the friends.csv file, run the main.py file:

python main.py

About

Automatically send messages on TikTok

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages