Live data from Hacker News

Ask HN: Do you have personal bots?

news.ycombinator.com

31–40 of 64 posts

Re: Ask HN: Do you have personal bots?

#31
post #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?

Lol I started doing this two years ago and now I have a reminder for all of my friends, family, uncles, aunts, nieces and nephews. It really makes a person feel good to send them a text on their bday

Re: Ask HN: Do you have personal bots?

#32
I wrote a bot that watched twitter for stock symbols and then applied a social sentiment index based on the tone of the tweet. The historical stock quotes were downloaded, and the stock was added to a polling system to capture future quotes. The social sentiment could then be turned into an indicator to determine when to buy/sell especially if used with other indicators.

Well I forgot about the system then twitter changed their api rules. When I went back it had captured data for 2 years. I backtested the trades and I found that it sucked for indexes/etfs, worked mmokay for pop stocks (think Tesla, bynd, suneq) but really shined for pump and dump stocks. With Twitter out I added stocktwits, Reddit, and tradingview. I now have twitter again and all of these feeds are run on various dedicated servers feeding into a mothership

NB: the system was originally written for a stock pumper who disappeared after a month of development

Re: Ask HN: Do you have personal bots?

#33

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…

I'm pretty sure you can just backdate commits for the same effect...

Re: Ask HN: Do you have personal bots?

#35

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?

Most likely rate limits

Re: Ask HN: Do you have personal bots?

#36
I made a bot that sent me alerts whenever La Resistencia, a Spanish TV show, had tickets available to be in the audience. It is a very popular show and tickets are usually available in their web for less than 5 minutes. I even made an app: https://play.google.com/store/apps/details?id=eu.teledhil.la... It no longer works because they added a recaptcha.

I also have a chat bot based on megahal, a bot that downloads subtitles for my torrent videos. At work I made a bot connected to slack that alerted of some server issues.

Re: Ask HN: Do you have personal bots?

#37
post #16

I have three GPT-2 bots that hook up to Slack so I can pretend I have coworkers. One of them is general queries on the latest model, one is Gwern's poetry bot, and the third is trained on toxic/moderated comments and says only sadistic cruel things to me. I don't know why I built the last one.

Funny. Are they open source?

Re: Ask HN: Do you have personal bots?

#40
Does home automation count? I have an OpenHab/Node-Red setup that automatically turns on the dehumidifier if the indoor humidity goes above 60%, turns a light on a dusk and off at dawn and one that sends a notification to my phone when the tumble dryer finishes (because I tend to forget it and wonder where all my clean clothes have gone)
Post reply on HN