This is a simple Telegram bot built with Node.js using the node-telegram-bot-api library. The bot provides various fun features, including sending images, GIFs, and cat facts.
- Start Command: Welcomes users and provides information about the bot.
- Photo Command: Sends a random waifu image.
- GIF Command: Sends a predefined GIF.
- Sticker Command: Sends a specific sticker.
- Cat Fact Command: Provides random cat facts.
- Email Check Command: Checks Gmail username availability.
- Node.js (version 12 or higher)
- npm (Node Package Manager)
- A Telegram bot token from BotFather
git clone https://github.com/neko01t/telegram-bot
cd your-repo-name
npm install
TOKEN=your-telegram-bot-token
To start the bot, run:
node index.js
/start: Welcome message and bot info./photo: Send a random waifu image./gif: Send a predefined GIF./sticker: Send a specific sticker./catfact: Get a random cat fact./emailcheck: Check the availability of a Gmail username.
If you would like to contribute to this project, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.