Skip to content

A python script that automates payments. I select which bills to pay and the script automatically retrieves the bill amount, splits the bill, and pays the bill given each individual's payment method.

Notifications You must be signed in to change notification settings

rio-nos/automated_billing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

automated_bill

Author: Nosorio Liberato

Date: August, 7th, 2020

Timeframe: This project took roughly 40-60 hours to complete. The amount time spent on this project consisted mostly of learning how to use the Selenium library, planning what data types to use to store variables, and implementing an efficient algorithm.

About:

This project was motivated with the idea that I did not have the motivation to 
manually pay for each individual's fair share of the bill. I gave up my responsibility
on this manual labor to this python script.

The idea was that I could have this python script login to each website pertaining to a service, retrieve the bill's balance, calculate each individual's share of the bill, then apply the amount to each card and pay the bill.

Libraries used: Selenium.

Driver used: Chrome.

A "secrets.py" file was imported to retrieve user log-in information to be able to log-in into the websites. Of course I didn't add it to the repo ;)

About

A python script that automates payments. I select which bills to pay and the script automatically retrieves the bill amount, splits the bill, and pays the bill given each individual's payment method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages