twitter bot to DM on follow
https://apps.twitter.com
Generate Access tokens
to get the app access tokensconfig
folder name it twitter-keys.js
/config/twitter-keys.sample.js
module.exports = {
consumer_key: '...',
consumer_secret: '...',
access_token: '...',
access_token_secret: '...',
timeout_ms: 60*1000, // optional HTTP request timeout to apply to all requests.
};
yarn install
yarn run start
Javascript Twitter Tools are released under an MIT License.