A node thing to auto RT statuses posted by specified accounts on Twitter.
Copy the .env.example file renamed to .env and fill in your own values.
RT_USERNAME_LIST, default:''(comma separated)YOUR_USERNAME, default:''INCLUDE_RTS, default:falseINCLUDE_MENTIONS, default:falseCHECK_INTERVAL, default:300000(5 minutes)CONSUMER_KEY, default:nilCONSUMER_SECRET, default:nilACCESS_TOKEN_KEY, default:nilACCESS_TOKEN_SECRET, default:nil
Make sure all necessary ENV vars are set and run npm start.
- Add env var to filter out posts containing certain keywords.
- Refactor a bit, you're better than this.
- Add tests? Seems like the right thing to do.