Earlier quoted context omitted.
Do you use an API? Or just scraping? I've done the same, but stopped using it. Afraid my bank, if they detect it, might not like it.
I want to do this too. Details would be handy. Even if its extracting data from PDF statements or saved HTML pages.
Ask HN: What tasks do you automate?
51–60 of 349 posts
Re: Ask HN: What tasks do you automate?
#52All of my thesis project in immunology was automated, which involved several hours of blood processing repeated several thousand times (with some parallelization) by a team of a dozen robots. There are pics, schematics and vids here: http://www.zachbjornson.com/projects/robotics/ . I also like to say that the final analysis was automated. It was done entirely in Mathemtica notebooks that talk to a data-processing API…
Re: Ask HN: What tasks do you automate?
#53Backups.
I would add that it's a good idea to automate backups using more than one method as well. For example, use a popular software package but also copy important stuff to an extra drive. A cheap setup with a Raspberry Pi + USB drive plugged in to your router will do just fine.
Re: Ask HN: What tasks do you automate?
#54I have a script that downloads bank and credit card transaction data, then applies rules to create a journal in GNU Ledger format.
Do you use an API? Or just scraping? I've done the same, but stopped using it. Afraid my bank, if they detect it, might not like it.
Re: Ask HN: What tasks do you automate?
#55- Downloading a song of youtube, adding meta data via beets and moving to my music lib - Adding tasks to my todolist client from every app I use(including my bookmarking service when I bookmark with specific tags) - Changing terminal colours based on time of the day(lower brightness in the evenings and hence dark colours, too much sunlight in the mornings and hence solarized themes) - Automatically message people who…
I'm curious what these automatic messages say. Are you talking about something like an answering machine message? "I'm at home but my phone hasn't moved in 20 minutes so I'm probably in the shower"?
Re: Ask HN: What tasks do you automate?
#56Re: Ask HN: What tasks do you automate?
#57I consult the relevant XKCD to decide: https://xkcd.com/1205/
- How likely is it that you will make a mistake when performing the task manually, and how easy is it to fix the various mistakes that can be made?
- How likely is it that you'll overlook the task when the time comes? (e.g. SSL cert expiration)
- What are the costs of mistakes or failure to complete the task?
- What skills can you learn while developing the automated solution?
- How can techniques developed for the automated solution be reused for other tasks?
Of course it's fair to ask questions on the other side of the equation, too, like: if the automated solution goes bad, or is run in the wrong environment, what are the risks?
Re: Ask HN: What tasks do you automate?
#58Re: Ask HN: What tasks do you automate?
#59- Downloading a song of youtube, adding meta data via beets and moving to my music lib - Adding tasks to my todolist client from every app I use(including my bookmarking service when I bookmark with specific tags) - Changing terminal colours based on time of the day(lower brightness in the evenings and hence dark colours, too much sunlight in the mornings and hence solarized themes) - Automatically message people who…
Re: Ask HN: What tasks do you automate?
#60Tracking packages so I could batch my trips to post office. Simple web interface where I have a list of packages I've ordered with the last status update from post service web tracking for.