Table of Contents
pip install tkseltksel is distributed under the terms of the AGPLv3 license.
tksel is a Python package that provides tool to recover videos from TikTok.
It is intended to be used on the csvs generated by Minet but will work on any csv with the right columns:
video_id, the id of the video (aliasid)author_id, the id of the author (aliasauthor_unique_id)
tksel input.csv output_folder [--no-headless] [--no-verify] [--no-skip]-
input.csvis the csv generated by minet or any csv with the right columns -
output_folderis the folder where the videos will be downloaded, it will be created if it doesn't exist, the input csv will also be copied there -
--no-headlessis an optional argument to display the browser while it is downloading the videos -
--no-verifyis an optional argument to disable the verification of the requests.get() -
--no-skipis an optional argument to disable the skipping of the videos that are already downloaded -
--sleep-minis an optional argument to set the minimum sleep time between requests (randomized between--sleep-minand--sleep-max) -
--sleep-maxis an optional argument to set the maximum sleep time between requests (randomized between--sleep-minand--sleep-max) -
--helpis an optional argument to display the help message -
--versionis an optional argument to display the version of the package
tksel to_collect.csv /path/to/saving/dir --no-headless --no-verify --no-skip --sleep-min 60 --sleep-max 120