Skip to content

Automatically schedule your TikTok videos to be uploaded

Notifications You must be signed in to change notification settings

adhikary97/TikTok-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run it?

  • Install all libs pip install -r requirements.txt
  • Download Chrome Browser
  • Download ChromeWebDriver
  • Copy ChromeWebDriver to project directory
  • Run python3 main.py -h or python3 main.py -help for help

You must put quotes around each argument.

Example: python3 main.py --privacy 'Public' --video_path '/Users/parasadhikary/Downloads/IMG_1705.MOV' --date_time '2020-07-29 01:38' --caption 'Uploaded by a bot #bot #cs #cool'

Available arguments:

  • privacy - Private, Friends only, or Public - privacy of uploaded video
  • video_path - absolute filepath to video on your PC
  • date_time - time, when video should be published (string 2020-02-29 12:22 or datetime.datetime obj.)
  • caption - uploaded video name

About

Automatically schedule your TikTok videos to be uploaded

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages