Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)