Skip to main content

Get parliament bills for Australian governments.

Project description

Aus Bills Discord Bot

This is a package is for obtaining parliament bills for Australian governments.

Current governments that are supported:

  • Australian Federal Government

Australian Federal Government

This module had methods for scraping the Australian Federal Parliament website, using beautiful soup, and send to separate Senate and House of Representatives Discord channels as embeds that can be called throughout Discord server.

The bills are scraped to get data from upper(senate) and lower house bills are:

import ausbills
ausbills.get_house_bills()
ausbills.get_senate_bills()

And can easily be turned into pandas dataframes:

df_lower = pd.DataFrame(ausbills.get_house_bills())
df_upper = pd.DataFrame(ausbills.get_senate_bills())

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

ausbills-0.0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

ausbills-0.0.1-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

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