Ask HN: What you have automated with Python?
1–10 of 48 posts
Re: Ask HN: What you have automated with Python?
#2I'm using python 3, selenium, and SQLAlchemy connected to a home MySQL server.
Re: Ask HN: What you have automated with Python?
#3I have a script that logs into my bank's web interface, and extracts my current balance. I subtract out my upcoming bills/savings transactions to tell me how much money I can spend until my next paycheck. My next step is to have it email the amount spendable every morning. I'm using python 3, selenium, and SQLAlchemy connected to a home MySQL server.
Re: Ask HN: What you have automated with Python?
#4I have a script that logs into my bank's web interface, and extracts my current balance. I subtract out my upcoming bills/savings transactions to tell me how much money I can spend until my next paycheck. My next step is to have it email the amount spendable every morning. I'm using python 3, selenium, and SQLAlchemy connected to a home MySQL server.
Could you share your codes?
Re: Ask HN: What you have automated with Python?
#5You can read more about it and see the python code here: http://tug.org/TUGboat/tb37-1/tb115alsafi.pdf
Re: Ask HN: What you have automated with Python?
#6I have a script that logs into my bank's web interface, and extracts my current balance. I subtract out my upcoming bills/savings transactions to tell me how much money I can spend until my next paycheck. My next step is to have it email the amount spendable every morning. I'm using python 3, selenium, and SQLAlchemy connected to a home MySQL server.
Re: Ask HN: What you have automated with Python?
#7Re: Ask HN: What you have automated with Python?
#8My brother in law has a "habit" of going to jail. All. The. Time. My wife wants to know when it happens, so I setup a script to poll the local jail inmate rosters, and send me an email when his name shows up. It works pretty well.
https://www.reddit.com/r/Python/comments/308ucq/how_do_you_u...