wkaisertexas / tiktok-uploader

Automatically ⬆️ upload TikTok videos
https://pypi.org/project/tiktok-uploader/
MIT License
390 stars 91 forks source link

Path Creator-Center doesnt lead to upload portal #85

Closed fabianissam closed 10 months ago

wkaisertexas commented 10 months ago

Thank you for your pull request. Currently, the Creator Center is unavailable in all countries. I decided to switch from the generic upload page to the Creator Center after encountering issues with users being redirected to the Creator Center in the majority of countries. This problem was highlighted by numerous GitHub issues submitted after the launch of Creator Center.

As an alternative, I suggest making a local clone of the repository and editing the config.toml file, or adjusting the configuration when importing the repository:

from tiktok_uploader import config

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

I appreciate your contribution through your PR. However, I cannot merge this change at this time.