https://github.com/stepanzubkov/change-keyboard-layout-bot
VK bot that changes keyboard layout (ru-en) of reply message
https://github.com/stepanzubkov/change-keyboard-layout-bot
Last synced: 10 months ago
JSON representation
VK bot that changes keyboard layout (ru-en) of reply message
- Host: GitHub
- URL: https://github.com/stepanzubkov/change-keyboard-layout-bot
- Owner: stepanzubkov
- License: gpl-3.0
- Created: 2023-05-29T08:14:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T20:23:05.000Z (about 3 years ago)
- Last Synced: 2025-10-09T15:36:20.848Z (10 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Change keyboard layout bot

This vk bot changes layout of reply message.
# Commands
`layout ` or `раскладка ` - Changes layout of reply message. Prefix must be `!` or `/`.
Avaliable layouts:
1. en (ен)
2. ru (ру)
Examples:
1. `!layout ru`: "Lj,hjt enhj? rjkktub!" -> "Доброе утро, коллеги!"
2. `/раскладка ен`: "Руддщ цщкдвб руддщ кшсрфквю" -> "Hello world, hello richard."
# Screenshots


# Embed in your bot
This bot is made with vkbottle framework.
WARNING: If you want to use this bot in your own bot, you should release your bot with a GNU GPL v3-or-later license (for details, read license conditions in `COPYING` file)
1. Clone this repo:
`git clone https://github.com/stepanzubkov/change-keyboard-layout-bot.git`
2. Copy routes from `src/routes/` folder to your vkbottle routes.
3. Load routes in your bot (see `src/main.py` and vkbottle docs)
That's all! You embedded this bot into your bot!
# Contributions
This bot is licensed under GNU GPL v3 or later. Feel free to leave an issue or send a pull request.
Contacts: Stepan Zubkov