https://github.com/datamade/govinfo
Scrapes Congressional Hearings from the govinfo API
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.3%) to scientific vocabulary
Repository
Scrapes Congressional Hearings from the govinfo API
Basic Info
- Host: GitHub
- Owner: datamade
- License: mit
- Language: Python
- Default Branch: master
- Size: 8.79 KB
Statistics
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
GovInfo
A Python wrapper for the govinfo API.
You'll need an API key from https://api.data.gov/
Example
```python import datetime
import govinfo import pytz
scraper = govinfo.GovInfo(apikey='YOURSECRETAPIKEY')
Prints out all the different types of collections available
in the govinfo API
print(scraper.collections())
Iterate through every congressional hearing
For congressional hearings you need a specify a start
date time with a timezone
start_time = datetime.datetime(1990, 1, 1, 0, 0, tzinfo=pytz.utc)
for hearing in scraper.congressionalhearings(starttime): print(hearing) ```
Owner
- Name: datamade
- Login: datamade
- Kind: organization
- Email: info@datamade.us
- Location: Chicago, IL
- Website: http://datamade.us
- Twitter: datamadeco
- Repositories: 123
- Profile: https://github.com/datamade
We build open source technology using open data to empower journalists, researchers, governments and advocacy organizations.
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Forest Gregg | f****g@u****u | 10 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- fgregg (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- cachetools *
- pytz *
- scrapelib *