{"id":20234922,"url":"https://github.com/datamade/govinfo","last_synced_at":"2025-06-29T13:03:46.223Z","repository":{"id":146616844,"uuid":"150610938","full_name":"datamade/govinfo","owner":"datamade","description":"Scrapes Congressional Hearings from the govinfo API","archived":false,"fork":false,"pushed_at":"2018-11-05T06:01:18.000Z","size":9,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T19:11:56.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datamade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-27T15:44:53.000Z","updated_at":"2023-02-26T14:33:20.000Z","dependencies_parsed_at":"2023-04-11T05:01:20.279Z","dependency_job_id":null,"html_url":"https://github.com/datamade/govinfo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datamade/govinfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fgovinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fgovinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fgovinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fgovinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datamade","download_url":"https://codeload.github.com/datamade/govinfo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fgovinfo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262598163,"owners_count":23334668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T08:13:47.257Z","updated_at":"2025-06-29T13:03:46.212Z","avatar_url":"https://github.com/datamade.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GovInfo\nA Python wrapper for the govinfo API.\n\nYou'll need an API key from https://api.data.gov/\n\n## Example\n```python\nimport datetime\n\nimport govinfo\nimport pytz\n\nscraper = govinfo.GovInfo(api_key='YOUR_SECRET_API_KEY')\n\n# Prints out all the different types of collections available\n# in the govinfo API\nprint(scraper.collections())\n\n# Iterate through every congressional hearing\n#\n# For congressional hearings you need a specify a start\n# date time with a timezone\nstart_time = datetime.datetime(1990, 1, 1, 0, 0, tzinfo=pytz.utc)\n\nfor hearing in scraper.congressional_hearings(start_time):\n    print(hearing)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Fgovinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatamade%2Fgovinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Fgovinfo/lists"}