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.
 

637 B

Installation

Create a new Bot Integration under services/new/bot.

On the next screen, note the API token.

Deploy Slack-Gamebot

Deploy to Heroku

Environment

SLACK_API_TOKEN

Set SLACK_API_TOKEN from the Bot integration settings on Slack.

heroku config:add SLACK_API_TOKEN=...

Heroku Idling

Heroku free tier applications will idle. Use UptimeRobot or similar to prevent your instance from sleeping or pay for a production dyno.