Skip to content

austinvalle/hammy-bot

Repository files navigation

hammy-bot Release Build Status

Logo design by Gina Rasicci


Modular bot for google hangouts built w/ nodejs and hangupsjs .

Primarily used to monitor group-chats, provide added context to links (tweets, images, animated gifs, etc.) and accept commands from users to perform various tasks.

setting up hammy

  • download hammy-bot from github
  • set following environment variables to enable Twitter
    • TWITTER_CONSUMER_KEY
    • TWITTER_CONSUMER_SECRET
    • TWITTER_ACCESS_TOKEN
    • TWITTER_ACCESS_TOKEN_SECRET
  • open cmd prompt and navigate to hammy-bot directory
  • run "npm start"
  • follow prompts on cmd prompt to enter authorization token

what hammy can do

  • Post GIFs from gfycat

gfycat example

  • Post direct url images/videos for JPG,PNG,JPEG,GIF,MP4 links

direct url example

  • Post GIFs from streamable urls

streamable example

  • Post twitter status, images, and gifs

twitter example

  • Post GIFs from xboxdvr urls

xbox dvr example

  • Post random GIFs provided by Giphy

random giphy example

APIs currently in use