Bot for Slack chat that posting something to it.
List of available bots:
- boobs - it posts great tits images to Slack. Available here http://slack-plain-bots.herokuapp.com/boobs.
- cats - posts cat phrases or cat images to Slack. Available here http://slack-plain-bots.herokuapp.com/cats.
- butts - it posts great booty images to Slack. Available here http://slack-plain-bots.herokuapp.com/butts
If this bots are integrated, it sends something to channel, where keyword was triggered. Bot integrates with Slack via its Webhooks mechanism.
For example:
Everytime POST request is comming to http://slack-boobs-bot.herokuapp.com/boobs path, bot sends back payload with tits image. Everytime POST request is comming to http://slack-boobs-bot.herokuapp.com/cats path, bot sends back payload with cat image or cat phrases. Everytime POST request is comming to http://slack-boobs-bot.herokuapp.com/butts pah, bot sends back payload with butts image;
Everything is simple. Lets configure boobs bot. Slack should send a POST request to bot's url http://slack-plain-bots.herokuapp.com/boobs
, like here:
Then it responds with payload to Slack.
Thanx to guys from http://oboobs.ru for boobs API. Thanx to guys from http://obutts.ru for butts API. Thanx to guys from http://500px.com for great photos API.