Skip to main content

A library for interacting with the Real Time Congress API

Project description

A python library for interacting with the Real Time Congress API.

Usage:

Fetching the first page of bills co-sponsored by John Lewis:

>>>from realtimecongress import RTC >>>RTC.apikey = ‘mykey’ >>>RTC.getBills(cosponsor_ids=’L000287’) [RTCResponse(…),]

Getting data about the last request:

>>>RTC.meta {‘count’: 838, ‘page’: {‘count’: 20, ‘per_page’: 20, ‘page’: 1}}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-realtimecongress-0.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page