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.
 

2.4 KiB

0.4.4 (Next)

  • #17: Address bot by name: - @dblock.
  • #19: Retry on Faraday::Error::TimeoutError, TimeoutError and SSLError - @dblock.
  • #3: Retry on migration_in_progress errors during rtm.start - @dblock.
  • Respond to direct messages without being addressed by name - @dblock.
  • Added send_gif, to allow GIFs to be sent without text - @maclover7.

0.4.3 (8/21/2015)

0.4.2 (8/20/2015)

0.4.1 (7/25/2015)

  • Use a real client in respond_with_slack_message expectaions - @dblock.

0.4.0 (7/25/2015)

0.3.1 (7/21/2015)

  • #8: Fix: undefined method 'strip!' for nil:NilClass on nil message - @dblock.

0.3.0 (7/19/2015)

  • #5: Added support for free-formed routes via match - @dblock.
  • #6: Commands and operators take blocks - @dblock.
  • #4: Messages are posted with as_user: true by default - @dblock.

0.2.0 (7/10/2015)

  • Sending send_message with nil or empty text will yield Nothing to see here. with a GIF instead of no_text - @dblock.
  • Added support for operators with operator [name] - @dblock.
  • Added support for custom commands with command [name] - @dblock.

0.1.0 (6/2/2015)

  • Initial public release - @dblock.