mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 13:25:19 +00:00
This commit introduces a new `/create_tag` command that initiates a conversational flow to collect user data and generate a Base64-encoded JSON string for NFC tag creation. - Adds a new module `app/modules/create_tag.py` with a `ConversationHandler` to manage the multi-step data collection. - Prompts the user for `name`, `num_emp`, `sucursal`, and `telegram_id`. - Generates a Base64-encoded JSON string from the collected data. - Integrates the new command into `app/main.py`.