Skip to main content

Scrapper for Minet csvs on tiktok

Project description

tksel

PyPI - Version PyPI - Python Version


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:

  • id (the id of the video), alias video_id
  • author_unique_id (the id of the author), alias author_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()

Example

tksel temp.csv videos-collecte1 --no-headless --no-verify --no-skip

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tksel-0.3.0.tar.gz (95.3 MB view hashes)

Uploaded Source

Built Distribution

tksel-0.3.0-py3-none-any.whl (17.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page