Coder Social home page Coder Social logo

tiktok-analyzer's Introduction

TikTok Analyzer

This project was created to show how you can crawl videos from TikTok and convert speech (coming from video) to text.

Used libraries:

You need to clone the repository or download zipped project to run it.

git clone https://github.com/data-hunters/tiktok-analyzer.git

In next step, install required libraries:

pip install tiktokapipy
python -m playwright install
pip install whisper-openai

Examples

Displaying help:

python run.py --help

Downloading 10 latest videos (with soundtrack) by hashtag ukraine to tiktok_videos directory:

python run.py --hashtag ukraine --output-path tiktok_videos --max-videos 10

Downloading 10 latest videos (with soundtrack) of test123 user to tiktok_videos directory:

python run.py --user test123 --output-path tiktok_videos --max-videos 10

Converting speech to text based on mp3 files located in tiktok_videos, using OpenAI Whisper medium model and saving the output to tiktok_transcription directory:

python run.py --transcribe --input-path tiktok_videos --output-path tiktok_transcription --model medium

Running all of the above steps with single command:

python run.py --hashtag ukraine --user test123 --max-videos 10 --transcribe --input-path tiktok_videos --output-path tiktok_videos --model medium


DataHunters

tiktok-analyzer's People

Contributors

jc-a3s avatar

Stargazers

 avatar  avatar Jonel Tapia avatar  avatar

Watchers

Jacek Pintera avatar Kostas Georgiou avatar

Forkers

bangroy772 gchila

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.