wkaisertexas / tiktok-uploader

Automatically ⬆️ upload TikTok videos
https://pypi.org/project/tiktok-uploader/
360 stars 84 forks source link

update link for upload #78

Closed DxnielKS closed 9 months ago

DxnielKS commented 9 months ago

Please update the link to upload. driver.get('https://www.tiktok.com/upload?lang=en')

wkaisertexas commented 9 months ago

Can you provide a bit more context about your issue? Are you having issues with creator center? Is the script failing? Can you provide additional information about your issue?

DxnielKS commented 9 months ago

When navigating to the upload section. It's using a different url and the script is failing.

wkaisertexas commented 9 months ago

TikTok's move to creator center has created a lot of issues for the package. I designed it to where a human-readable config.toml exists. So, if creator center is not available in your country, for instance, you have the chance to clone the repository locally and then edit the config.toml file.

Alternatively, you could do something like:

import tiktok_uploader
tiktok_uploader.config['paths']['upload'] = 'https://www.tiktok.com/upload?lang=en'

To customize the module to your localization.