Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kailash360/yt-data-fetcher


https://github.com/kailash360/yt-data-fetcher

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# YouTube Data Fetcher

A simple data fetcher for YouTube based on a fixed query value. The data is stored in a MongoDB database and the collection is indexed on the publishing date of the videos.

## How to run ?

1. Copy the contents of `.env.example` into a `.env` file in root of the project.
2. Add the values of the environment variables as necessary
3. Create a virtual environment and activate it
> python -m venv venv
4. Install the dependencies
> pip install requirements.txt
5. Start the server
> python main.py