Simple twitter bot that likes all tweets with '#LittleFishBot'
and reply with my slogan all tweets with 'Olá @pamepeixinho'
.
This small project was created to test and learn more about this api
env.js
TWITTER_CONSUMER_KEY=<TWITTER_CONSUMER_KEY>
TWITTER_CONSUMER_SECRET=<TWITTER_CONSUMER_SECRET>
TWITTER_ACCESS_TOKEN=<TWITTER_ACCESS_TOKEN>
TWITTER_ACCESS_TOKEN_SECRET=<TWITTER_ACCESS_TOKEN_SECRET>
- Dotenv (create
.env
file to set all secret keys) - Eslint (+ eslint-airbnb-config-base)