Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kailash360/yt-data-fetcher
https://github.com/kailash360/yt-data-fetcher
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kailash360/yt-data-fetcher
- Owner: kailash360
- Created: 2024-02-03T12:46:23.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-03T12:49:32.000Z (10 months ago)
- Last Synced: 2024-05-01T20:04:12.809Z (7 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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