Telegram Bot, built on Cyclic 🤖
Transformed & remade from starter-telegram-bot
- Node.
- Yarn.
- Telegram Client.
- Grab your Telegram bot's API token by sending a message to @BotFather.
- Clone the repository to your machine from command prompt or terminal:
git clone https://github.com/DaxxTrias/telegram-webhook && cd telegram-webhook
- Take your key from messaging @BotFather. (see above)
- Rename the file
.env.sample
to.env
and edit the lines inside to suit your needs:
TELEGRAM_TOKEN=... # YOUR TELEGRAM API TOKEN
- Download dependencies:
yarn
- Start your bot:
yarn dev
Note This feature is also known as Inline Queries.