/why-you-leave-me

A Twitter bot that elicits feedback from an unfollower

Primary LanguageJavaScriptMIT LicenseMIT

Why You Leave Me?

A Twitter bot that elicits feedback from unfollowers and saves it in a Google Sheet. It lends itself to easy deployment on Heroku.

Here's my feedback

Requirements

You must have Node.js and npm installed.

Setup

These steps are Mac OS X oriented, but they should be similar for other platforms.

  1. npm install (install dependencies)
  2. cp .env.example .env (make a real .env)
  3. Create a new "App" and copy your credentials into .env
  4. Follow these instructions to set up the Google Sheet and copy your credentials into .env
  5. source .env (load the Twitter and Google credentials into your environment)
  6. node main.js -v (wait for feedback...)