Skip to content

An app to download, transcribe, and summarize Tiktoks with AI.

Notifications You must be signed in to change notification settings

ArielShaw3/tiktok-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Tiktok Downloader & Transcriber Python Script

This Python script allows you to easily download Tiktok videos, transcribe them using AI, process the transcriptions, and save the videos along with the transcriptions to Obsidian, a popular note-taking and knowledge management tool.

Prerequisites

Before running this script, ensure that you have the following prerequisites installed on your system:

  • Python 3.x: Install Python by visiting the official Python website and downloading the appropriate version for your operating system.
  • OpenAI API Key: This project requires an API key from OpenAI. To obtain your API key, follow the instructions below:
    1. Create an OpenAI API Key.
    2. Set it as an environment variable in your system. In Linux or MacOS, you can use the export command: export OPENAI_KEY="your-api-key". On Windows, use the setx command: setx OPENAI_KEY "your-api-key".

Installation

  1. Clone the repository to your local machine.

Usage

  1. Run the script by executing the following command:
python main.py <url>

Contributing

If you have any suggestions, enhancements, or bug fixes, feel free to open an issue or submit a pull request. Contributions are always welcome!

About

An app to download, transcribe, and summarize Tiktoks with AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages