# TikTok to YT By voletro.
Downloads a trending TikTok video and uploads it to YouTube. This will happen every half an hour (30 mins).
Firefox - https://www.mozilla.org/en-US/firefox/new/
GeckoDriver - https://github.com/mozilla/geckodriver/releases
EditThisCookie - https://addons.mozilla.org/en-US/firefox/addon/etc2/
Extract downloaded zip file to a folder. Go to that folder in a terminal.
Run "pip install -r requirements.txt" inside the downloaded folder.
Sign into YouTube on Firefox with the account you want to upload the videos to.
Install the EditThisCookie extension on Firefox, open it, and click the export button to export login cookies to clipboard.
Open the file called login.json in a text editor. Paste the exported login cookies into the file and save.
Run the main.py script!
davidteather - TikTokApi - https://github.com/davidteather/TikTok-Api
SeleniumHQ - selenium - https://github.com/SeleniumHQ/selenium