Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 755 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 755 Bytes

Github-Profile-Scraper

What Github-Profile-Scraper does?

  • Find the user if it's available in github
  • Show Information like name of user, no. of followers, following and repositories
  • Show all the social link of the user
  • Show all the link of the blogs written by the user as an Output

Clone the Repository

git clone https://github.com/Pankaj-SinghR/Github-Profile-Scraper.git

Change directory

cd Github-Profile-Scraper

Create a virtual environment

python3 -m virtualenv env

Start the virtual environment

source env/bin/activate

Install requirements.txt file

pip install -r requirements.txt 

Run the scraper.py file

python scraper.py

Output Sample