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.

16 lines
205 B

9 years ago
  1. source 'http://rubygems.org'
  2. gem 'slack-ruby-bot'
  3. gem 'wolfram'
  4. gem 'puma'
  5. gem 'sinatra'
  6. group :development, :test do
  7. gem 'rake'
  8. gem 'foreman'
  9. end
  10. group :test do
  11. gem 'rspec'
  12. gem 'rack-test'
  13. end