This project is a Telegram bot built using the Grammy framework and TypeScript. It includes various handlers for conversations, actions, sessions, and commands.
- Clone the repository:
git clone https://github.com/your-username/viem-telegram-bot.git
- Install dependencies:
pnpm install
- Create a
.env
file with the following variables:BOT_TOKEN
: Your Telegram bot token
- Start the bot:
pnpm dev
The bot is configured to use the BOT_TOKEN
from the .env
file. Make sure to replace your-username
with your actual GitHub username and update the BOT_TOKEN
in the .env
file with your bot's token.
After installation and configuration, you can start the bot by running pnpm dev
. This will start the bot and it will be ready to receive messages and commands.
Make sure to follower me on X and Youtube
This project is licensed under the MIT License.