Skip to content

This is a bot to crawl over other websites like YouTube to collect scintific videos

License

Notifications You must be signed in to change notification settings

qiisziilbash/YouTube-Channel-Video-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psitelly-Bot

This is a bot that crawls over YouTube channels to collect videos from the channel and also their descriptions.
This code is highly reusable. Although it is written to crawl over 2 Min papers channel, the functions in the code can be used independently.

Instruction to use

In order to make selenium work with Firefox

$ wget https://github.com/mozilla/geckodriver/releases/download/v0.25.0/geckodriver-v0.25.0-linux64.tar.gz -O /tmp/geckodriver.tar.gz
$ tar -C /opt -xzf /tmp/geckodriver.tar.gz
$ chmod 755 /opt/geckodriver
$ ln -fs /opt/geckodriver /usr/bin/geckodriver
$ ln -fs /opt/geckodriver /usr/local/bin/geckodriver

TODO

[ ] save description for the failed ones and set a var to be false [ ] look at the failed ones and check more keyword like "Our paper"

About

This is a bot to crawl over other websites like YouTube to collect scintific videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages