Skip to content

ryurina/tiktok-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tiktok-bot Python

This is my first attempt to create bot with selenium to auto-follow and auto-like trends videos

Install Selenium

python -m pip install -r requirements.txt

Selenium docs : https://selenium-python.readthedocs.io/


Usage

1 - Open terminal (cmd) and type

python tiktok.py

2 - Enter your username and password then press "Enter"

3 - Wait and Watch

Remarks

You can change the code with you want not to type your username and password in terminal by changing the code like this

username = "yourFacebookUsername"  # Enter your facebook username
password = "yourFacebookPassword" # Enter your facebook password

Video demo: https://youtu.be/fBs5obOKqfg

Twitter: @ryurina23

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages