MeowTele is a bot developed using Node.js with the node-telegram-bot-api
library. This bot features various functionalities that allow you to interact with users through text messages and provide responses based on the given commands.
- In the
.env
file, replace it with your Telegram bot token. - And to properly run its features, change the lolhuman API key in the
config.js
to your lolhuman API key. - Also, to change some of the texts you want to modify, modify the files in the directory
src/command/filename.js
- First, install Node.js if you haven't already. You can install it from the following link.
- I also recommend installing ImageMagick as this script will continue to be developed.
- Also install FFmpeg for future use.
- And finally, install the GIT requirements.
- First, install all the required modules.
npm install
- And when you have successfully installed the modules, run the script.
node index