Need a little help with my tiktok bot coding

forwardedlandlines

Power Member
Joined
Feb 10, 2012
Messages
635
Reaction score
456
Ok so I'm developing a TikTok bot that does NOT use a webbrowser for a change. Why? Because they're resource intensive, slow and inflexible. You can't run 100 threads with 100 proxies on 1 pc...

My problem (I think..) is the signature that tiktok demands for its requests. I used a solution that has been around for a few years to sign my requests, and it seems to work, except I don't get the full effect. For instance, when I follow someone in the official tiktok, 'follow_status' becomes 1 and 'watch_status' becomes 1. But when I do the same in my bot, only follow_status becomes 1 and watch_status remains 0. I believe tiktok is on to some footprint or that the signature is outdated. Also window.byted_acrawler has a seemingly new function: 'frontierSign', which creates the 'X-Bogus' signature, also added to the request. I don't know how this all works together.

So I need a little help to crack this and get a real good bot up and running... Note I will not share this bot with the public, because that will drive tiktok to immediately up their security and ruin it...
 
Hello, I would like to ask if you have dealt with this problem? I have the same problem, can you help me?
Ok so I'm developing a TikTok bot that does NOT use a webbrowser for a change. Why? Because they're resource intensive, slow and inflexible. You can't run 100 threads with 100 proxies on 1 pc...

My problem (I think..) is the signature that tiktok demands for its requests. I used a solution that has been around for a few years to sign my requests, and it seems to work, except I don't get the full effect. For instance, when I follow someone in the official tiktok, 'follow_status' becomes 1 and 'watch_status' becomes 1. But when I do the same in my bot, only follow_status becomes 1 and watch_status remains 0. I believe tiktok is on to some footprint or that the signature is outdated. Also window.byted_acrawler has a seemingly new function: 'frontierSign', which creates the 'X-Bogus' signature, also added to the request. I don't know how this all works together.

So I need a little help to crack this and get a real good bot up and running... Note I will not share this bot with the public, because that will drive tiktok to immediately up their security and ruin it...
 
Back
Top