mirror of
https://github.com/thewesker/ebooks_example.git
synced 2025-12-20 04:11:13 -05:00
- Use .env file for secrets/config values - Maintain follower/following parity periodically TODO: - Support banned terms (override #valid_tweet?) - Commands via DM (at least "tweet" command from owner should work) - Investigate (anti)social behavior more deeply THEN: - Spooling/wait-for-config state for post-deploy, pre-config - Archive/model creation post-deploy - Archive/model periodic refresh
6 lines
83 B
Ruby
6 lines
83 B
Ruby
source 'http://rubygems.org'
|
|
ruby '2.1.3'
|
|
|
|
gem 'twitter_ebooks 3.0.0'
|
|
gem 'dotenv'
|