Skip to main content

Downloads TikTok Videos

Project description

NiuLab-download-TikTok-videos

NiuLab-download-TikTok-videos is a Python library that downloads tiktok videos with help of their ID.

Installation

Use the package manager pip to install NiuLab-download-TikTok-videos.

pip install NiuLab_download_TikTok_videos

Usage

from NiuLab_download_TikTok_videos import NiuLab_download_TikTok_videos

NiuLab_download_TikTok_videos.tiktok_download(XLSX_FILE_LOCATION ,DESTINATION_FOLDER)

Example Usage

from NiuLab_download_TikTok_videos import NiuLab_download_TikTok_videos

NiuLab_download_TikTok_videos.tiktok_download(r'C:\Users\testUser\PycharmProjects\python_package_test\test_file.xlsx',r'C:\Users\testUser\PycharmProjects\outputFolder')

Dependencies

To use NiuLab_download_TikTok_videos in your application developments, you must have installed the following dependencies :

  • Pandas
  • OpenPyXl
  • TikTokApi

You can install all the dependencies by running the commands below

Pandas

pip install pandas

OpenPyXL

 pip install openpyxl

TikTokApi

pip install TikTokApi

License

MIT

NOTE : This package is under process of development.

Some things to remember:

  1. It supports "XLSX" filetype as input
  2. Provide raw full pathname for input file and output destination folder
  3. First column of excel file should contain all id for videos and it should have title as "video_id"

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

NiuLab_Download_TikTok_Videos-1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

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