The Project is basically scraping the data from the youtube using the youtube free apis.
- Install requirements.txt file in your virtual environments.
- Run youtube_scraper.py file to start scraping.
- According to your key word on scraper file it will scrape the all channels info.
- It will scrape channel link, channel name, subscribers, total views. email addresses, description.
- This project is basically uses the youtube apis. YouTube Apis do have the limitation on per day api counts.
- After reaching YouTube API limitation count it will give 403 error So make sure to have page count less than 70 in code.
- You can change the configurations according to your need like keyword, page count in code.