Skip to content

fccn/videos-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Videos Inspector

imagem

For what is it about to

This project has a specific goal which is to inspect Youtube videos aimed to obtain information about thier transcription. It is simple, checks if the video has transcription, which languages and whether it is autogenerated.

How to run

There are two ways, using the UI resource, or using by command line.

UI way

Since it is a Flask app you can clone and run as you expect for a Flask project. Otherwise, with docker compose installed you can just run at the root of the project:

make up

Command line way

With python installed start a venv

python -m venv venv

Activate it according to your OS, as you can see here.

Now just install the requirements:

pip install -r requirements.txt

And at the root the project save your excel and run the command providing the file name with no extension (.xlsx):

python3 executor.py {file_name}

Et Voilà!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published