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.

21 lines
306 B

  1. source 'http://rubygems.org'
  2. ruby '2.4.2'
  3. gem 'slack-ruby-bot', '~> 0.10.5'
  4. gem 'wolfram'
  5. gem 'puma'
  6. gem 'sinatra', '~> 2.0.2'
  7. gem 'mechanize'
  8. gem 'nokogiri', '~> 1.8.2'
  9. gem 'celluloid-io'
  10. group :development, :test do
  11. gem 'rake'
  12. gem 'foreman'
  13. end
  14. group :test do
  15. gem 'rspec'
  16. gem 'rack-test'
  17. end