TikTokUploder icon indicating copy to clipboard operation
TikTokUploder copied to clipboard

Upload video to Tik Tok by sessionId

Results 13 TikTokUploder issues
Sort by recently updated
recently updated
newest added

Hey, I am not getting any errors but the video isnt being uploaded, anyone having something similar, I'm in Australia if that matters ![image](https://github.com/546200350/TikTokUploder/assets/97967950/0b7668f0-f462-4be8-9ee5-37f05f58eeda)

`[-] An error occured while reaching https://tiktok.com/api/v1/web/project/post/ r = r.content = b'\n\nERROR: The request could not be satisfied\n\n403 ERROR\nThe request could not be satisfied.\n\nThis distribution is not configured to allow...

There is a bug in `uploader.py` when checking boundaries for scheduling time. Instead of ``` min_schedule_time = datetime.datetime.utcnow() + ``` should use ``` import pytz min_schedule_time = datetime.datetime.now().astimezone(pytz.UTC).timestamp() + ```...

Hello ! i published more than 15 videos (4 by day) with your code, really helpfull ! but 1 thing trigger me, all videos have 0 view ... and #...

Uploaded video has no sound

Hi all, Does anybody get issue response status code 4? How can i fix it? I tried with both url_server "www" and "us". ` D:\TikTokUploder> py .\TikTokUploader\uploader.py -i ae17f0e155sdar2324dsd2dd23 -p...

Great app, can I add affiliate link? Thank you

i GET THE ERROR: C:\OFFLINEPROJECTS\BOTS\TikTokUploader4\TikTokUploder>python main.py --url_server www ============Start uploading video=========== C:\Users\carlo\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'tos-quic-gcpwaw1a.tiktokcdn.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings...

Hi, I'm getting this error, could someone help me please? `Traceback (most recent call last): File "/Users/nathan/Documents/RSL/index.py", line 253, in uploadVideo(session_id, file, title, tags, users, url_prefix, proxy=proxy) File "/Users/nathan/Documents/RSL/uploader.py", line...

Does not work for me: ============Start uploading video=========== C:\Python\Python311\Lib\site-packages\urllib3\connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host 'tos-d-useast2a16-up.tiktokcdn.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn( ============Video uploaded...