Releases: FaraazSuffla/github-ml-scraper
Releases · FaraazSuffla/github-ml-scraper
v1.0.0 - Initial Release
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