Skip to main content

Scrape Texas Legislature Online Bill Search results.

Project description

PyPI version Python 3

A thin, incomplete Python 3 library wrapper around the Texas Legislature Online Bill Search.

Install and Test

$ pip install txbillsearch
...
$ python -m txbillsearch
3 bills found...
result 1 of 3: HB 20 by Capriglione H Filed 2019-01-24
result 2 of 3: HB 1096 by Capriglione H Filed 2019-01-25
result 3 of 3: HJR 10 by Capriglione H Filed 2019-01-24
The next page of results is None
$

Usage

import txbillsearch

capriglione_finance = 'https://capitol.texas.gov/Search/BillSearch.aspx?NSP=3&SPL=True&SPC=False&SPA=True&SPS=True&Leg=86&Sess=R&ChamberH=True&ChamberS=True&BillType=B;JR;CR;R;;;&AuthorCode=A2345&SponsorCode=&ASAndOr=O&IsPA=True&IsJA=False&IsCA=False&IsPS=True&IsJS=False&IsCS=False&CmteCode=&CmteStatus=&OnDate=&FromDate=&ToDate=&FromTime=&ToTime=&LastAction=False&Actions=H001;S001;&AAO=O&Subjects=I0747;I0748;&SAO=O&TT=&ID=abcDEFghi'

search = txbillsearch.Search(capriglione_finance)

for index, bill in enumerate(search.results):
    print(f'result {index+1} of {search.result_count}: {bill}')

Technical Details

For some reason, BillSearchResults.aspx requires that you supply an ID, generated on BillSearch.aspx. This ID must be "fresh"; that is it must have been generated less than 24-ish hours ago (I don't know the exact time interval). Without a "fresh" ID, BillSearchResults.aspx displays "No bills were found matching the entered search criteria." or redirects the client back to BillSearch.aspx. The ID is associated with the search criteria you supply on BillSearch.aspx, so it cannot be reused with other searches on BillSearchResults.aspx alone.

This ID is generated during the ASP.NET POSTback that occurs to BillSearch.aspx after you have selected your search criteria, but before you are redirected to BillSearchResults.aspx:

bill search sequence diagram

Disclaimer

I made my best effort to read through the Texas Legislature Online Terms and Conditions, and found nothing that prohibited or discouraged automated/programmatic use or access of this information for personal and/or non-commercial use. The FTP site is no substitute for a modern web service. If there's a better way to do this (e.g., a real web service) I'd love to know about it, and would much prefer to use it to the wasteful and inconvenient method developed herein.

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

txbillsearch-0.1.9.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

txbillsearch-0.1.9-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file txbillsearch-0.1.9.tar.gz.

File metadata

  • Download URL: txbillsearch-0.1.9.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.7

File hashes

Hashes for txbillsearch-0.1.9.tar.gz
Algorithm Hash digest
SHA256 5d37b563f27ee70077d0814d6562ac9e4e2d5f885a8d53807fbc69d38f2ad715
MD5 b38ae7f808fb11ed3e6f0929e5b53a15
BLAKE2b-256 ee8bfb0ded9dab012041b0ad77151732f368eb2d54d9882c5846645ae3a358d2

See more details on using hashes here.

File details

Details for the file txbillsearch-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: txbillsearch-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.7

File hashes

Hashes for txbillsearch-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 4d6706cb4ec48fd2dfd11cfd14b936847648f95dbe3c549fc7e842ccb75a04c9
MD5 fed381e4ae9a34862f6438c4e03a0060
BLAKE2b-256 eda9c8f0fbb44167c2eba5ac808377a056bceba9176e36c74eacc2887635c5d2

See more details on using hashes here.

Supported by

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