wkaisertexas / tiktok-uploader

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

Rewrote sections of upload.py and switched web driver to Firefox #91

Closed andrewCohn closed 9 months ago

andrewCohn commented 9 months ago

CHANGES Commented out a timeout which always threw an exception Commented out the split removal window call (I couldn't trigger the split window, and it also threw a timeout trying to find and remove it) Could not get uploading on chrome to work on any of the 3 PCs I tried (even manually), so I switched the webdriver to firefox. Changed relevant Xpaths in config.tml for firefox and the new UI changes Added a feature to upload.py to track description writing progress, which requires TQDM (I have a lot of hashtags) Clicking the post button didn't seem to do anything? Changed the click to the JS equivalent, which worked. Added an assload of debug lines (Helps diagnose timeout exceptions) I'm not entirely sure why GIT seems to think I rewrote every single file. I didn't, I only changed upload.py and config.toml ADDRESSES

89 #83 #82 #74