In this tutorial we will build a web scraping program that will scrape a Github user profile and get the Repository names and the Languages for the pinned repositories.
We will leverage these Resources
*• selenium package — used to automate web browser interaction from Python *• ChromeDriver — provides a platform to launch and perform tasks in specified browser. *• Virtualenv — to create an isolated Python environment for our project. *• Extras: Selenium-Python ReadTheDocs Resource.