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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file ausbills-0.0.1.tar.gz
.
File metadata
- Download URL: ausbills-0.0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8da0efcad0b13f10d1562edffaf00f56024a21b5881891a8a4c3c6e4a729a884 |
|
MD5 | 917946725577aa28bc34667f666c1ab1 |
|
BLAKE2b-256 | 092440b7fdae326d4a94fa3f171ca88e487054c6a355dbf44172dacb8a29eca0 |
File details
Details for the file ausbills-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: ausbills-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44e2da44928fbf87576d062e6c903ef8964810e1dff8e852ad84c61966549ea9 |
|
MD5 | 87788594bfd59f69ca292fe1eacdf938 |
|
BLAKE2b-256 | 86949e9de141f0afacee732814d8f2eda01e37ea36d0ed83d80730545f2e363b |