This project scrapes the top 5 trending repositories from GitHub Trending using Python's requests and BeautifulSoup.
- Extracts repository name and link
- Saves results in a CSV file: trending_repos.csv
- github_trending.py – Python script for scraping
- trending_repos.csv – Output with top 5 trending repositories
- README.md – Project overview
- Install dependencies: