wardellbagby / HangoutsBot

Python 3 Bot for Hangouts
GNU General Public License v3.0
38 stars 25 forks source link

Add /catfacts and /insults commands. #4

Closed bpear closed 9 years ago

bpear commented 9 years ago

Pull random cat fact from http://catfacts-api.appspot.com/api/facts Usage: /catfacts

Pull random insult from http://pleaseinsult.me/api Usage: /insult

bpear commented 9 years ago

Thank you for the tips. That is good for insulting yourself I might default to pulling username, however /insult "friends name" is what that current function allows. I understand your goals for the bot are a bit different. I have a few other things I am working on too.

Awesome work on this bot!

cntrlwiz commented 9 years ago

I am also going a little different direction with the bot...I am an avid Ingress player, which is an augmented-reality GPS game from Google. Hangouts usage with Ingress is widespread, as it is a social game. There are multiple functions that I have written that are Ingress-specific, So my fork is about to deviate significantly from yours.

If I write anything that will enhance the base functions of the bot, I'll send them back at you. I know you answered it above, but if you had an Issues page, we could discuss changes without creating pull requests for everything.

Thank you for the work you have done. It has provided a wonderful code base for me to get going on my project.