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.

20 lines
250 B

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