tik tok streak saver banner

tik tok streak saver

4 devlogs
9h 20m 26s

Python CLI tool that will automatically send messages to your friends in tik tok, so you won’t loose your streak! Highly customizable and easy to use.

Demo Repository

Loading README...

lusparkl

Fixed bugs that I found using it by myself. Biggest one was with autostart. Now it’s 100% ready to be used by anyone!!

Attachment
0
lusparkl

Finished everything!

Worked on some upgrades and cleaned codebase


What’s new?

  • Evertything works well
  • Now if you change default message it changes for new user too automatically
  • If you gave someone custom message it won’t be overwritten by changing default message
  • Autostart fixed
  • Changed readme so it’s up to date

GIT commits

a4be5c4 - everything I wrote above


What next?

Ship!

Attachment
0
lusparkl

Tik Tok interaction and debugging

Worked with tik tok interaction and debugging things that already existed.


What’s new?

  • Now we can actually send messages to the people.
  • New user searching script(previous sometimes lagged and wasn’t reliable).
  • Added feature that we’ll send messages only once a day.
  • Made console prints prettier
  • Added almost full readme for the github

GIT commits

02bc3f9 - everything I wrote above


What next?

I’ll rework default and custom messages system, so it’ll work perfectly. Also I want to remake autostart command so it’ll work just with flags smth like streak-saver autostart --on.

0
lusparkl

CLI commands creation

I wanted to do login and cookie save first, but when I tested my code for 100th time tik tok just stopped to let me login. So I worked with CLI side of the project


What’s new?

  • Created project structure and initial files
  • Choosed libs for the project and organized dependencies
  • Created setup command that downloads browser deps and sets up all project files
  • Created login command that lets you to login to your account and save cookies(still testing)
  • Created commands to interact with your friends list and default messages
  • Created autostart commands to turn it on/off(still testing)
  • And some utils to interact with config files and etc

GIT commits

7123cc3 - cookie retrieval and setup templates
0b23539 - structured project and added basic CLI commands
7548283 - restructured project, added more CLI commands and tested it all


What next?

I’ll add more commands and test them all while waiting till my tiktok shutdown ends, then I’ll start working on the actual messages sending and all features related to this.

Attachment
0