This script interacts with a Third-Party TokTok API to download all videos posted by a specific user and save them to a local folder.
- Clone this repository
- Create a Python virtual environment and install dependencies from the file
requirements.txt
- Execute the script
ChocoTok_downloader.py
and indicate the user name to download.
python ChocoTok_downloader.py User
You only need to replace User
with the username of the TikTok account you want to download. The videos will be saved in a folder with the same name.
- Python 3.x
- Libraries:
requests
,wget
.
- Name: Billy Bat
- Contact: [email protected]
This project is provided "as is" and no express or implied warranty is made with respect to its performance, reliability or fitness for a particular purpose. The author assumes no liability for the use of the project or any direct, indirect, incidental, special, consequential or other damages, even if advised of the possibility of such damages.
Use of the project is at your own risk. Any action taken by the user in using this project is the sole responsibility of the user. The author shall not be liable for any loss or damage resulting from the use of the project.
The author is not responsible for any external content linked from this project. Any external links provided are for convenience only and do not constitute an endorsement of its content.
This project is licensed under the GPLv3 license. Use of this project is subject to the terms of the license, which include the distribution of derivative software under the same terms, the obligation to provide the source code along with the distributed software, and respect for the copyrights of the original authors.