Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 451 Bytes

File metadata and controls

9 lines (7 loc) · 451 Bytes

Project Outlines:

  • We are going to Scrape https://github.com/topics
  • We'll get a list of topics. For each topic, we'll get topic title, topic page URL and topic description
  • For each topic, we'll get the top 25 repositories in the topic from the topic page
  • For each repository, we'll grab the repo name, username, stars and repo URL
  • For each topic we will create a CSV file in the following format

Repo Name,Username,Stars,Repo URL