A bot that listen for tweets containing specific words and automatically likes them.
Before you begin, ensure you have met the following requirements:
- Node.js: v12.x
- NPM: Usually installed with Node.js
⚠️ Note: Using other versions may cause incompatibilities.
Instructions on how to install and set up the project.
- Install the project dependencies with npm:
# Install dependencies
npm install
-
Set your environment variables correctly in the
.env
file (refer to.env.example
for guidance) -
After installing the dependencies, start the script:
npm start
This project is intended for learning purposes only and is not licensed for commercial use.
Roger Bambinetti