/auto-twitter-dm

Script to automate direct message for new followers using APS schedular

Primary LanguagePythonMIT LicenseMIT

auto-twitter-dm

Script to automate direct message for new followers using schedular

Usage

  1. Fork the repo
  2. Update the config file with your custom message and twitter username.
  3. Also, create a MongoDB instance on mlab
  4. Click on Deploy on Heroku. Deploy
  5. After heroku is done with set up, go to setting of the app and set the following environment variables on heroku:
    • TW_CTOKEN (twitter consumer token)
    • TW_CSECRET (twitter consumer secret)
    • TW_ATOKEN (twitter access token)
    • TW_ASECRET (twitter access secret)
    • DB_AUTOMATE (MongoDB db url => mongodb://:@dsrandom.mlab.com:51242/random

Congrats, The script is live