├── LICENSE ├── README.md ├── YouTubeBot.py └── requirement.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ednasawe/YouTube-Bot-in-Python-Selenium/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ednasawe/YouTube-Bot-in-Python-Selenium/HEAD/README.md -------------------------------------------------------------------------------- /YouTubeBot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ednasawe/YouTube-Bot-in-Python-Selenium/HEAD/YouTubeBot.py -------------------------------------------------------------------------------- /requirement.txt: -------------------------------------------------------------------------------- 1 | Selenium 2 | --------------------------------------------------------------------------------