- 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
git clone https://github.com/Pankaj-SinghR/Github-Profile-Scraper.git
cd Github-Profile-Scraper
python3 -m virtualenv env
source env/bin/activate
pip install -r requirements.txt
python scraper.py