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?
Ask HN: Do you have personal bots?
31–40 of 64 posts
Re: Ask HN: Do you have personal bots?
#32Well 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?
#33I 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?
#34I wrote a Chrome extension that checks websites for best practices: https://www.checkbot.io/ It acts like a search bot does and gives SEO advice.
I can recommend this chrome extension.
Re: Ask HN: Do you have personal bots?
#35I 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?
#36I 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?
#37I 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.
Re: Ask HN: Do you have personal bots?
#38To manage my wife's medication on the correct timeframes I built my own bot. It's connected to our normal day to day messenger channels so it's been nice and convenient. https://reminderbot.io
Re: Ask HN: Do you have personal bots?
#39I wrote a Chrome extension that checks websites for best practices: https://www.checkbot.io/ It acts like a search bot does and gives SEO advice.