Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detection by TikTok #18

Closed
UnMars opened this issue Apr 29, 2023 · 15 comments
Closed

Detection by TikTok #18

UnMars opened this issue Apr 29, 2023 · 15 comments

Comments

@UnMars
Copy link
Contributor

UnMars commented Apr 29, 2023

Whenever I post with this tool on TikTok, my video gets 0 views (stuck in fantom mode), whatever the video, whatever the account.
(I also tested with some apps that allow to post automatically and they also got stuck on 0 views.)
Am I the only one who doesn't have view when I use this tool?

I think Tiktok has some verification that you're using the Tiktok app/website and not just the API.
Maybe try to replicate some requests that are made like these ones.
image

Here's a guy that I found on GitHub who explored a bit the Tiktok API: https://github.com/xtekky?language=&page=1&q=Tiktok&sort=stargazers&tab=repositories&type=source .
Maybe we will find something interesting to improve our uploader.

@546200350
Copy link
Owner

all the api this script use is based on TikTok Website.
this is account, all the videos upload by this script
image

@bilalazza
Copy link

me too i tested the script but the videos gets 0 vues im asking if i can use proxy or i must every time change the rdp where im hosting the script or there is anything i must do it like undetectable browser...

@UnMars
Copy link
Contributor Author

UnMars commented Apr 30, 2023

all the api this script use is based on TikTok Website. this is account, all the videos upload by this script image

Oh okay, amazing for you! Do you use any IP or MAC adress modification before launching the script ? Or you just launch it normally like any script with your home internet connexion ? Or maybe the account that you're using, is it aged ?
We are having the same problem with @bilalazza and you don't have it @546200350 so it must have a solution 😄

@bilalazza
Copy link

i want run it into another rdp but i get this error
user_id = r.json()["data"]["user_id_str"]
KeyError: 'user_id_str'

can you please advice me . i look into the folder there is no json file what can i do please

@UnMars
Copy link
Contributor Author

UnMars commented Apr 30, 2023

Update :
As @546200350 is in Chengu (China) he used the singapore server to upload. Whereas I'm in France, so I did set up a proxy with Charles for my smartphone to see which server i'm using when on Tiktok.
As result I found this url : tnc16-platform-useast1a.tiktokv.com .
So for the uploader I changed all the url = "https://vod-ap-singapore-1.bytevcloudapi.com/" by
url = "https://vod-us-east-1.bytevcloudapi.com/" (and some changes in the AWS signature function) and I it managed to upload.
I'll keep you updated if this works or still locked with 0 views.

@ViktorKravtsov
Copy link

@UnMars did the same, but still getting 0 views if video uploaded by tool

@UnMars
Copy link
Contributor Author

UnMars commented May 6, 2023

@ViktorKravtsov Any solutions found ?

@ViktorKravtsov
Copy link

@UnMars no :(

@TheTTCoder
Copy link

Update :
As @546200350 is in Chengu (China) he used the singapore server to upload. Whereas I'm in France, so I did set up a proxy with Charles for my smartphone to see which server i'm using when on Tiktok.
As result I found this url : tnc16-platform-useast1a.tiktokv.com .
So for the uploader I changed all the url = "https://vod-ap-singapore-1.bytevcloudapi.com/" by
url = "https://vod-us-east-1.bytevcloudapi.com/" (and some changes in the AWS signature function) and I it managed to upload.
I'll keep you updated if this works or still locked with 0 views.

Are your modifications open sourced?

@UnMars
Copy link
Contributor Author

UnMars commented May 7, 2023

Update :
As @546200350 is in Chengu (China) he used the singapore server to upload. Whereas I'm in France, so I did set up a proxy with Charles for my smartphone to see which server i'm using when on Tiktok.
As result I found this url : tnc16-platform-useast1a.tiktokv.com .
So for the uploader I changed all the url = "https://vod-ap-singapore-1.bytevcloudapi.com/" by
url = "https://vod-us-east-1.bytevcloudapi.com/" (and some changes in the AWS signature function) and I it managed to upload.
I'll keep you updated if this works or still locked with 0 views.

Are your modifications open sourced?

Yes I mean I just replace the server url everywhere in the code as I said. If you have any solutions, I take it 😄

@TheTTCoder
Copy link

Update :
As @546200350 is in Chengu (China) he used the singapore server to upload. Whereas I'm in France, so I did set up a proxy with Charles for my smartphone to see which server i'm using when on Tiktok.
As result I found this url : tnc16-platform-useast1a.tiktokv.com .
So for the uploader I changed all the url = "https://vod-ap-singapore-1.bytevcloudapi.com/" by
url = "https://vod-us-east-1.bytevcloudapi.com/" (and some changes in the AWS signature function) and I it managed to upload.
I'll keep you updated if this works or still locked with 0 views.

Are your modifications open sourced?

Yes I mean I just replace the server url everywhere in the code as I said. If you have any solutions, I take it 😄

Do you have a discord so we can discuss easily?

@UnMars
Copy link
Contributor Author

UnMars commented May 7, 2023

Update :
As @546200350 is in Chengu (China) he used the singapore server to upload. Whereas I'm in France, so I did set up a proxy with Charles for my smartphone to see which server i'm using when on Tiktok.
As result I found this url : tnc16-platform-useast1a.tiktokv.com .
So for the uploader I changed all the url = "https://vod-ap-singapore-1.bytevcloudapi.com/" by
url = "https://vod-us-east-1.bytevcloudapi.com/" (and some changes in the AWS signature function) and I it managed to upload.
I'll keep you updated if this works or still locked with 0 views.

Are your modifications open sourced?

Yes I mean I just replace the server url everywhere in the code as I said. If you have any solutions, I take it 😄

Do you have a discord so we can discuss easily?

Here's UnMars#2668

@TheTTCoder
Copy link

I get between 70k and 200k views a day with this, so I don’t think there’s any detection by tiktok tbh

@ViktorKravtsov
Copy link

@TheTTCoder are you from China? Or you modified this script somehow?

@TheTTCoder
Copy link

@TheTTCoder are you from China? Or you modified this script somehow?

I’m from France

@NamerPolice NamerPolice mentioned this issue May 28, 2023
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants