Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riyamathew-11/fossunited-projects-grants-scraping
This repo contains a small piece of code I've written to scrape the project grants data from archive.fossunited.org/grants
https://github.com/riyamathew-11/fossunited-projects-grants-scraping
Last synced: about 1 month ago
JSON representation
This repo contains a small piece of code I've written to scrape the project grants data from archive.fossunited.org/grants
- Host: GitHub
- URL: https://github.com/riyamathew-11/fossunited-projects-grants-scraping
- Owner: RiyaMathew-11
- License: mit
- Created: 2024-05-13T15:54:18.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2024-05-13T16:02:02.000Z (8 months ago)
- Last Synced: 2024-05-13T17:30:05.367Z (8 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrapping Project Grants from Archived FOSS United site
This repo contains a small piece of code I've written to scrape the project grants data from [archive.fossunited.org/grants](https://archive.fossunited.org/grants).
Find the link to the new FOSS United Platform [here](https://fossunited.org).
### Libraries used
- [Python requests](https://pypi.org/project/requests/)
- [BeautifulSoup](https://pypi.org/project/beautifulsoup4/)