A Slack Bot that pulls Pixiv information and posts the full image(s) into Slack, with iOS shortcuts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
750 B

8 years ago
8 years ago
  1. # Pixivbot
  2. This is a Slack bot based on [slack-ruby-bot](https://github.com/dblock/slack-ruby-bot), [slack-mathbot](https://github.com/dblock/slack-mathbot), and inspired by another [Slack Pixiv Bot](https://github.com/castaneai/slack-pixiv-bot).
  3. ## Purpose
  4. When a [Pixiv](http://www.pixiv.net/) link is posted in the channel the Pixiv bot is in, it will "unfurl" the image via message attachements. Pixiv does not allow the images on the site to reside in the metadata, so standard Slack unfurling is unable to preview the image.
  5. ![](assets/example.png "Screenshot")
  6. If you run iOS, the bot will also post an `Open in App` link to view the image in the native Pixiv app. No more mobile web view!
  7. ## License
  8. Do what you want. It's a Slack Bot.