I've got a bank account that offers bonus interest if I use the debit card five times within a month. I don't like to use debit cards, so I built a bot that automatically makes five $1 charges to that debit card.
Is the bonus interest worth $5/mth?
Ask HN: Do you have personal bots?
21–30 of 64 posts
Re: Ask HN: Do you have personal bots?
#22I only run a small one for kicks: it updates my github page with a dummy commit each day. They got rid of streaks, but I still leave it running out of some misplaced sense of sentimentality. A few years ago, a friend and I built one that would scan twitter for tweets in the vein of “like to win $ITEM” or “RT to win $ITEM.” Our bot would automatically perform the requested action, and then text me (via twilio) for eac…
Re: Ask HN: Do you have personal bots?
#23Re: Ask HN: Do you have personal bots?
#24I have a bot that polls my Airtable list of birthdays and if it is someone's birthday, it sends me a push notification via IFTTT at 7am that morning so I can call or text them first thing in the morning. https://github.com/hkhanna/birthday_notify
Re: Ask HN: Do you have personal bots?
#25It acts like a search bot does and gives SEO advice.
Re: Ask HN: Do you have personal bots?
#26Yes; several! I have a Ruby bot running in Lambda that forwards emails in my Gmail inbox that are tagged with a specific label to Expensify automatically. This saves me a LOT of time, especially since Expensify doesn't have this feature yet. I'm writing another small API on Lambda with Ruby that returns flight info from FlightAware in JSON format so I can use it with Tasker to do things like send travel updates on Wh…
Re: Ask HN: Do you have personal bots?
#27For over a year I had a Pi with a camera in a window at my Parents' house that took a photo every 15mins and uploaded to a server of mine. Then I had a mechanism to play back as a video. It was nice to watch the seasons go by while on the other side of the continent. They weren't very good at keeping it plugged in though.... Backend was in Play2/Scala since it was hip at the time and client in Python.
I worked on software for devices mounted on powerlines and had to build that functionality. That inspired me to have my own.
Have a Screeps bot in the top 20. About 40k lines of JS...
Working on a bot that can quickly connect you to a real person at https://watch.ly
Definitely want to build more. Following this thread for ideas. :)
Re: Ask HN: Do you have personal bots?
#28I've got a bank account that offers bonus interest if I use the debit card five times within a month. I don't like to use debit cards, so I built a bot that automatically makes five $1 charges to that debit card.
Is the bonus interest worth $5/mth?