https://github.com/abrie/beyond-carbon-scraper
https://github.com/abrie/beyond-carbon-scraper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abrie/beyond-carbon-scraper
- Owner: abrie
- Created: 2021-08-30T03:09:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T19:18:55.000Z (over 4 years ago)
- Last Synced: 2025-10-08T07:28:55.611Z (8 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beyond Carbon Scraper and Fuser
Get the most recent [scraped and fused data here](fused/result.json).
## Build And Run From Source
__Requires Python 3.8__
1. `make dependencies`
2. `make test`
3. `make scrape-and-fuse`
## Run Using Docker
This is a bit tedious:
1. `docker run abriedev/carbon-emissions-scraper scrape_us_carbon_emissions > us_carbon_emissions.json`
2. `docker run abriedev/carbon-emissions-scraper scrape_clean_energy_commitments > clean_energy_commitments.json`
3. `docker run abriedev/carbon-emissions-scraper fuse us_carbon_emissions.json clean_energy_commitments > fused.json`