mirror of
https://github.com/thewesker/ebooks_example.git
synced 2025-12-21 21:01:07 -05:00
use cloudinary:basic addon and cloudinary gem
This commit is contained in:
3
bots.rb
3
bots.rb
@@ -1,11 +1,12 @@
|
||||
require 'twitter_ebooks'
|
||||
require_relative 'boodoo'
|
||||
require 'dotenv'
|
||||
require 'cloudinary'
|
||||
|
||||
include Ebooks::Boodoo
|
||||
|
||||
# Read defaults and lay env vars on top:
|
||||
SETTINGS = Dotenv.load('defaults.env').merge(ENV)
|
||||
SETTINGS = Dotenv.load('secrets.env').merge(ENV)
|
||||
|
||||
|
||||
# Information about a particular Twitter user we know
|
||||
|
||||
Reference in New Issue
Block a user