Scrapper for Minet csvs on tiktok
Project description
tksel
Table of Contents
Installation
pip install tksel
License
tksel
is distributed under the terms of the AGPLv3 license.
Description
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
)
Usage
tksel input.csv output_folder [--no-headless] [--no-verify] [--no-skip]
-
input.csv
is the csv generated by minet or any csv with the right columns -
output_folder
is 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-headless
is an optional argument to display the browser while it is downloading the videos -
--no-verify
is an optional argument to disable the verification of the requests.get() -
--no-skip
is an optional argument to disable the skipping of the videos that are already downloaded -
--sleep-min
is an optional argument to set the minimum sleep time between requests (randomized between--sleep-min
and--sleep-max
) -
--sleep-max
is an optional argument to set the maximum sleep time between requests (randomized between--sleep-min
and--sleep-max
) -
--help
is an optional argument to display the help message -
--version
is an optional argument to display the version of the package
Example
tksel to_collect.csv /path/to/saving/dir --no-headless --no-verify --no-skip --sleep-min 60 --sleep-max 120
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tksel-1.0.6.tar.gz
.
File metadata
- Download URL: tksel-1.0.6.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fb6ab4885ba7b785699b680654220ca8dbb59914667d131cdeba0d491db192c |
|
MD5 | e317d56394d1b803042ed6ae8062c9bf |
|
BLAKE2b-256 | 9e1c65c9c981a018fcdf4ee19df6126f0371fc32b149cd9ce8ee8fd82f182320 |
File details
Details for the file tksel-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: tksel-1.0.6-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e35ef2c62925d93a187d76a6fcf75f003c9b7176c0965b4b220b61a02daa3d4d |
|
MD5 | dbbb84cff741776f3674618d326c8a3f |
|
BLAKE2b-256 | e664032363f9b63e5b2eb53ddde985b654b9097e45b686a4ee603de2359d43f1 |