CarcaBot

Results 27 comments of CarcaBot

Try this client [game.txt](https://github.com/RowanHarley/Slither-Server/files/618571/game.txt)

If you follow this you will get the correct signature. ``` def generate_signature(value): root_dir = os.path.dirname(os.path.abspath(__file__)) response = muterun_js(root_dir + '/scripts/byted-acrawler.js', value) if response.exitcode == 0: # the command was...

The signature was changed again. Take a look to my solution [tiktok-signature](https://github.com/carcabot/tiktok-signature)

@tojobac make sure that you use the same [user-agent used to generate the signature](https://github.com/carcabot/tiktok-signature/blob/master/encodedSignature.js#L3) with [user agent used for request](https://github.com/carcabot/tiktok-signature/blob/master/trending.py#L11).

I'm not sure what url is that but i'm sure that it is not correct. Also it seems that there is a which should be removed. The correct url should...

@tojobac are you sure that is not working with the default `tac` provided ? Because from my tests shows that it's works without being necessary to get a new `tac`.

@nopainer my solution is still working. https://github.com/carcabot/tiktok-signature

Hi there, It seems that frontierSign takes the same params as used in other signing requests. If you want feel free to create a pull request for this feature. ```byted_acrawler.frontierSign("secUid=&id=16191696&maxCursor=0&minCursor=0&count=100&type=3&lang=&shareUid=&recType=")```

Hi there, Thanks for your interest into this repository. I appreciate all your work so far and I hope we will find together a way to find an easy and...

@Popesites No, you don't have to find a way to generate `X-Bogus`, `msToken` and `_signature` at this time. Use them as they are generated and just change `x-tt-params`. Here's an...