Ask HN: Do you have personal bots?
1–10 of 64 posts
Re: Ask HN: Do you have personal bots?
#2A 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 each DM and mention we got (so I could manually respond and claim the prize). We didn’t disguise it well, and were shut down after about 4 weeks, but it was fun while it lasted! :)
Re: Ask HN: Do you have personal bots?
#3Just a way to stay up to date on some things.
Re: Ask HN: Do you have personal bots?
#4I have a few things running that check stack exchange tags, Twitter, subreddits and sends alerts via slack to me when something matches. Just a way to stay up to date on some things.
Re: Ask HN: Do you have personal bots?
#5I 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 know this is a "low content" post for hackernews, but this is a new thread with no posts, so ymmv.)
Re: Ask HN: Do you have personal bots?
#6but here are some of the little bots i've written on the dime:
- ?lunch - an eggdrop command that displayed the catered lunch that day
- scheduling bots that posted to channels who was "on call" for that day
- yeah, that's it. in terms of bots. i thought i had more but i can't think of jack
Re: Ask HN: Do you have personal bots?
#7Re: Ask HN: Do you have personal bots?
#8Re: Ask HN: Do you have personal bots?
#9Re: Ask HN: Do you have personal bots?
#10I have a few things running that check stack exchange tags, Twitter, subreddits and sends alerts via slack to me when something matches. Just a way to stay up to date on some things.
that's excellent. what language, what's the design, do you have your own personal slack server, and so on.
A bunch of friends from back in college got together about 2 years ago for Christmas. We all decided to use slack since we use it for work. I just created a private channel there and the python scripts all post to the channel
- Reddit is using the .json endpoints on the url, https://reddit.com/r/funny/.json - Stack exchange loads the URLs and uses beautifulsoup. - For Twitter I use twython
For posting to Slack, I use the slackweb package.