Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

GitHub Profile Scraper

A python script that scraps GitHub profile and saves it into a MD file.

Tech Stack

  • Python
    • Selenium

Run Local

  • Clone this repository
git clone https://github.com/abhijeet007rocks8/Dev-Scripts
  • Change Directory
cd Dev-Scripts/Python/GitHub_Profile_Scraper/
  • Download Chrome Driver from here Note: Download the one with the same version as chrome you have installed on your machine.

  • Place ChromeDriver in that same directory

  • Install required dependencies

pip3 install selenium
  • type the following command to run the script
python3 script.py

Demonstration Video

2022-04-17_01-36-07.mp4