Skip to content

Releases: FaraazSuffla/github-ml-scraper

v1.0.0 - Initial Release

27 Feb 11:59

Choose a tag to compare

GitHub ML Scraper v1.0.0

Features

  • Scrapes GitHub Machine Learning Collections page
  • Extracts project names and URLs
  • Exports results to CSV via Pandas
  • Explicit WebDriverWait for stability
  • GitHub Actions CI with flake8 linting

Output

  • project_list.csv with columns: project_name, project_url

Tech Stack

  • Python 3
  • Selenium WebDriver
  • Pandas