Learn practical skills, build real-world projects, and advance your career

Top Repositories for Github Topics

 

Pick a website and describe your objective
Browse through different sites and pick on to scrape. Check the "Project Ideas" section for inspiration.
Identify the information you'd like to scrape from the site. Decide the format of the output CSV file.
Summarize your project idea and outline your strategy in a Juptyer notebook. Use the "New" button above.

###Outline

-We're going to scrape github.com/topics
-We'll get a list of topics. For each topic we will get topics title, topics page url and topics description
-For each topics, we will get the top 25 repositories in

Use the requests library to download web pages