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

github-topics-scrapping

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="github-topics-scrapping")
[jovian] Attempting to save notebook.. [jovian] Updating notebook "rustydigg918/github-topics-scrapping" on https://jovian.ai [jovian] Uploading notebook.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ai/rustydigg918/github-topics-scrapping

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.