Using Python 2.7, BeautifulSoup, XLSXWriter, Fuzzy Fuzzy. As a Python newbie, the hardest thing was working out how to even pick a version and an environment to start building on.
Ask HN: What you have automated with Python?
21–30 of 48 posts
Re: Ask HN: What you have automated with Python?
#22I 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.
EDIT: Sorry, I can see that it says it right there in your post: Selenium. Leaving up my stupid question as a marker of shame.
Re: Ask HN: What you have automated with Python?
#23Built for a friend who has to pull it manually all day at work.
Re: Ask HN: What you have automated with Python?
#24I used it fairly regularly to keep my local repos up to date, and I know one developer who used it to generate gource visualizations.
Re: Ask HN: What you have automated with Python?
#25Re: Ask HN: What you have automated with Python?
#26I 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?
#27I 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?
#28I 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?
#29Re: Ask HN: What you have automated with Python?
#30There are lots of managed services to do this of course but I figured it would be a useful learning exercise. And it was