https://github.com/letitcode/rmkbbot
Telegram bot for remove custom keyboard from chat
https://github.com/letitcode/rmkbbot
bot keyboard telegraf telegram-bot
Last synced: 2 months ago
JSON representation
Telegram bot for remove custom keyboard from chat
- Host: GitHub
- URL: https://github.com/letitcode/rmkbbot
- Owner: LetItCode
- Created: 2020-03-01T19:22:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T14:43:25.000Z (over 4 years ago)
- Last Synced: 2025-01-09T08:47:37.104Z (over 1 year ago)
- Topics: bot, keyboard, telegraf, telegram-bot
- Language: JavaScript
- Size: 331 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# rmkbbot
Telegram bot for remove custom keyboard from chat. Just invite him to this chat and everything's gonna be alright!
[🤖Demo](https://t.me/rmkbbot)
## Usage
Create `.env` file with environment variables. They will be loaded using dotenv.
See `.example.env` for details about config variables.
Then install dependings and start the bot:
```sh
npm install
npm run start
```