Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.07 KB

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à!