This project automates the editing and uploading of videos to TikTok.
-
Make sure you have Python installed. You can download it from python.org.
-
Install the Python dependencies using
pip:pip install -r requirements.txt
-
Make sure you have Node.js installed. You can download it from nodejs.org.
-
Navigate to the directory
functions/tiktok_uploader/tiktok-signatureand install the Node.js dependencies:cd functions/tiktok_uploader/tiktok-signature npm install
-
Run the main script:
python main.py
functions/: Contains the main functions of the project.choices.pyconfig_funcs.pyediting.pymisc_functions.pytiktok_uploader/__init__.pybasics.pybot_utils.pyBrowser.pyConfig.pytiktok.py
youtube.py
text_files/: Contains necessary text files.bottom_video_links.txtconfig.tomltop_video_links.txt
videos_final/: Folder where the final videos are saved.videos_temp/: Folder where temporary videos are saved.bottom/top/
Contributions are welcome. Please open an issue or a pull request to discuss any changes you would like to make.
This project is licensed under the MIT License. See the LICENSE file for more details.