https://github.com/anandanraju/web_scrapping_github_top_repositories
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 Jupyter Notebook.
https://github.com/anandanraju/web_scrapping_github_top_repositories
csv-export github project repository topics webscraping-data website
Last synced: 15 days ago
JSON representation
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 Jupyter Notebook.
- Host: GitHub
- URL: https://github.com/anandanraju/web_scrapping_github_top_repositories
- Owner: anandanraju
- Created: 2023-03-23T17:23:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T16:04:39.000Z (over 3 years ago)
- Last Synced: 2025-08-20T15:53:43.033Z (11 months ago)
- Topics: csv-export, github, project, repository, topics, webscraping-data, website
- Language: Jupyter Notebook
- Homepage: https://github.com/topics
- Size: 863 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Scrapping GitHub Top Repositories Project
## Introduction
- Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.
- The Internet hosts perhaps the greatest source of information on the planet. Many disciplines, such as data science, business intelligence, and investigative reporting, can benefit enormously from collecting and analyzing data from websites.
#### Creator : `Anandan Raju`

## 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 Jupyter Notebook.