Go to file
user 590afd2475 text pre-filtering 2025-06-01 11:58:51 +03:00
alembic big update 2024-04-05 02:35:15 +03:00
app text pre-filtering 2025-06-01 11:58:51 +03:00
docs dev@locazia: make deploy blockchain route 2024-03-08 00:35:01 +03:00
locale/en/LC_MESSAGES dowload & selectWallet & fixes & auth me 2025-03-17 13:40:37 +03:00
scripts add monitor script & edit default license type 2024-08-21 23:49:56 +03:00
.gitignore big update 2024-04-05 02:35:15 +03:00
Dockerfile python magic for images 2025-04-26 12:52:32 +03:00
ENDPOINTS.md chunks streadming, my network models 2025-02-25 14:21:16 +03:00
LICENSE Initial commit 2024-02-16 13:23:45 +00:00
README.md chunks streadming, my network models 2025-02-25 14:21:16 +03:00
docker-compose.yml restart policy 2025-03-13 18:41:55 +03:00
env.example Initial commit 2024-02-16 13:23:45 +00:00
mariadb-healthcheck.sh Initial commit 2024-02-16 13:23:45 +00:00
requirements.txt fix someth 2025-04-26 13:01:10 +03:00
uploader_test.html fixes 2025-02-28 17:30:39 +03:00

README.md

Sanic Telegram Bot [template]


Run

cd sanic-telegram-bot
# edit .env file
# build media_converter git.projscale.dev/my-dev/converter-module
docker-compose up --build

Translations

Adding new language

  1. Update translations keys list from code
touch messages.pot
find app -name '*.py' -exec xgettext --keyword=translated -j -o messages.pot {} +
  1. Move messages.pot to locale/<lang>/LC_MESSAGES/<domain>.po
  2. Compilrequirements.txte .po to .mo
msgfmt ru.po -o ru.mo

Log description

Sources

  1. [SQL] MariaDB
  2. [User, options ] User log
  3. [Bot, options ] Telegram bot