First commit for Boodoo_Books on _ebooks 3.0.0

- 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
This commit is contained in:
Joel McCoy
2014-12-10 02:14:21 -05:00
parent c42f42a81d
commit cfd7b74d3d
4 changed files with 183 additions and 26 deletions

View File

@@ -1,4 +1,5 @@
source 'http://rubygems.org'
ruby '2.1.3'
gem 'twitter_ebooks'
gem 'twitter_ebooks 3.0.0'
gem 'dotenv'