Get mail about who unfollowed you on Twitter.
-
Provide the following env variables in
config/mallowapp.rb
:TWITTER_KEY
,TWITTER_SECRET
,TWITTER_OAUTH_TOKEN
,TWITTER_OAUTH_TOKEN_SECRET
,ADMIN_EMAIL
, andADMIN_TWITTER
. -
Replace all instances of
@foobar
with your own Twitter username. -
Deploy to Heroku.
-
Setup Heroku add-ons for MongoHQ, RedisToGo, and SendGrid.
-
Once all your services on Heroku are properly setup then you can setup Heroku Scheduler to run
rake get_unfollowers_b1
and so on to run daily.
The app comes with a full administration dashboard where you can activate user accounts that have requested access. You can also see the number of active users, mails sent and user's waiting for their account to be activated.
The app will mail users every 24 users with a list of their unfollowers from Twitter.
There is an always accessible feedback form that will take the message the user and send them to the Admin.
Christopher Hopkins
You may use Mallowapp under the terms of the MIT License.