Scraping Github website to fetch 25 top repository from Github Top Topics
-Library Used : Beautiful Soup
- To clone copy the following command in your terminal and start development.
git clone https://github.com/nidhiss29/Github_Topics_Scraping.git
OR
- Fork the repo to your github account and then,
git clone https://github.com/<your-username>/Github_Topics_Scraping.git
- cd into the directory from anaconda
cd Github_Topics_Scraping
- And run jupyter notebook
jupyter
- Else directly open jupyter notebook and run project
- At the end it will fetch .csv files with top repositories data of each topic separately
-This is what to expect within csv files about repositories
Notebbok Deployed : https://jovian.com/nidhi-singhal-cseaiml-2020/scraping-github-topics-repository