Live data from Hacker News

Ask HN: Do you have personal bots?

news.ycombinator.com

21–30 of 64 posts

Re: Ask HN: Do you have personal bots?

#21
post #14
post #13

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?

I don't think it would have to be worth $5/mo--if the debit card is charged to an account you own, you aren't losing anything by making that transaction, and you only gain the interest

Re: Ask HN: Do you have personal bots?

#22

I 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…

What about your prize bot violated Twitter policy?

Re: Ask HN: Do you have personal bots?

#24
post #17

I 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

Wouldn't it be easier to just make a yearly repeating calendar entry with a reminder?

Re: Ask HN: Do you have personal bots?

#26
post #18

Yes; 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…

Not a bot, but... you could have TripIt update your Google calendar. Then link Slack to the calendar. It will update your status when in a meeting. Not sure about other statuses.

Re: Ask HN: Do you have personal bots?

#27
Yes!! Bots are so fun to make and just have run. Like forever running rube Goldberg's machines :)

For 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?

#28
post #14
post #13

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?

Money can be exchanged for goods and services. Even if you don't use a bot, you could just buy like, 5 things you need.
Post reply on HN