Yet Another Youtube Scrapper
- Scrap Video info from channel like
- Title
- Description
- Thumbnail
- Published Date
- Duration
- URL
- Process 50 videos at once
- Export to CSV
- Get your Youtube API v3 key from your Google Console.
- Paste API KEY in
.env
file - Get the channel URL you want to scrap.
- Install requirements by
pip install -r requirements.txt
- Finally, run Code by
python youtube.py
This code was part of a freelance project. The code might be unstable and might not be actively maintained.
Any contribution is highly appreciated.
Feel free to open an issue