Go to file
user d3fe479612 dev@locazia: fast fixes 2024-03-04 17:41:11 +03:00
alembic Initial commit 2024-02-16 13:23:45 +00:00
app dev@locazia: fast fixes 2024-03-04 17:41:11 +03:00
docs dev@locazia: add blockchain routes, edit resolve content system to cid class, add web2 docs 2024-02-28 23:29:18 +03:00
locale/en/LC_MESSAGES dev@locazia: fix misprint 2024-02-29 01:39:04 +03:00
.gitignore dev@locazia: add service wallet 2024-03-01 23:11:42 +03:00
Dockerfile Initial commit 2024-02-16 13:23:45 +00:00
LICENSE Initial commit 2024-02-16 13:23:45 +00:00
README.md Initial commit 2024-02-16 13:23:45 +00:00
docker-compose.yml dev@locazia: add ton_daemon 2024-03-01 23:44:09 +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 dev@locazia: add pycryptodome req 2024-03-03 14:03:21 +03:00

README.md

Sanic Telegram Bot [template]


Run

cd sanic-telegram-bot
# edit .env file
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