Skip to content

Illusion6984/yt_viewer_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Metadata Extractor App

This is a simple metadata extractor app for YouTube videos; useful for OSINT investigations and data recollection. This simple code was originally inspired by the now defunct YouTube Data Viewer published by Amnesty International.

The app uses Flask (Python) and is privacy-friendly as it is intended to run locally. It only requires a YouTube API (See instructions).

Setup Instructions

  1. Clone the repository:
   git clone https://github.com/Illusion6984/yt_viewer_flask.git
   cd yt_viewer_flask
  1. Create a python virtual environment and activate it:
python3 -m venv venv

Linux/MacOSx

source venv/bin/activate  

Windows

venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the app and navigate to the displayed localhost URL:
python3 yt_viewer_app.py

Additional Information

You can safely ignore the following warning and go to the displayed link. The app is intended to run locally, thus not necessary to use a production server:

WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

About

A simple tool written in Python and using flask to extract metadata fom youtube videos.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages