Tiktok's _signature parameter

Periculum

Newbie
Joined
Jan 21, 2021
Messages
10
Reaction score
1
Hello! I am currently developing a Tiktok bot.
I have gotten myself in a bit of a pinch with the _signature value they require when posting a request to their site (Commenting, liking, etc)
Currently I have gone through some of the JS which loads when you get on the site, but I have had limited amounts of luck finding out how this _signature value is generated.

I am wondering if any other developers here have had any luck with this obstacle they have placed?

Let me know if you need more information.
 
By the time you figure it out they will have changed it haha
Surely they don't change it so often? Got anymore information? Low-key relying on me being able to figure this out.
 
Might help

https://github.com/carcabot/tiktok-signature
Had a look at that several times and even tried it, pretty sure it might be for a different purpose or it might be patched. Was unable to post a comment using it.
 
Hello! I am currently developing a Tiktok bot.
I have gotten myself in a bit of a pinch with the _signature value they require when posting a request to their site (Commenting, liking, etc)
Currently I have gone through some of the JS which loads when you get on the site, but I have had limited amounts of luck finding out how this _signature value is generated.

I am wondering if any other developers here have had any luck with this obstacle they have placed?

Let me know if you need more information.
You do no there a huge famous tiktok bot going very cheap lifetime updates with over 800000 users......

Ninjatok

There no reason making any think unless your doing it for fun.

Jarvee got there version as well know.
 
You do no there a huge famous tiktok bot going very cheap lifetime updates with over 800000 users......

Ninjatok

There no reason making any think unless your doing it for fun.

Jarvey got there version as well know.
I am indeed doing it for fun, I personally don't have any interest in tiktok other than having a look at what I am able to make of it.
 
Does that info help I sent
Sadly I don't think the github you sent is for the same purpose/works in the same way, I tried it yesterday but I was blocked by Tiktok.
 
Same programmer even better bot

https://github.com/sudoguy/tiktokpy/
Seems like this guy is on the right track! He has skipped using pure requests all together and seems to be using some form of webdriver.
 
Hello! I am currently developing a Tiktok bot.
I have gotten myself in a bit of a pinch with the _signature value they require when posting a request to their site (Commenting, liking, etc)
Currently I have gone through some of the JS which loads when you get on the site, but I have had limited amounts of luck finding out how this _signature value is generated.

I am wondering if any other developers here have had any luck with this obstacle they have placed?

Let me know if you need more information.
Hey, do you have Discord or a GitHub? Really interested in getting in contact
 
so today I worked with the carcabot solution, and I managed to get 'valid signatures', except I would get a follow_status = 1 result upon following, but watch_status remained 0, which is also important..
 
Back
Top