A Telegram bot that helps users with sticker management. You can attach tags to stickers and then search your stickers by tags in inline mode.
Furthermore, now you can sort recent or tagged stickers in any order you choose with simple WebApp interface.
There are two executables in cmd
. Settings are env vars, for both executables they are:
dbUser
— database userdbPass
— database passwordAPP_HASH
—app_id
from my.telegram.orgAPP_ID
—app_hash
from my.telegram.orgBOT_TOKEN
— bot token from BotFatherSESSION_FILE
— path to session .json file (existing or not)DOMAIN
— web app domainAPP_PORT
— web app port
and only for web app there are:
CERT_FILE
— TLS certificate fileKEY_FILE
— TLS private key fileSTICKER_PATH
— folder where to store caches stickers