Files
talia_bot/app/modules
google-labs-jules[bot] 9e7e093409 feat: Add /create_tag command for generating NFC data
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`.
2025-12-18 04:02:26 +00:00
..
2025-12-15 20:27:43 +00:00
2025-12-15 20:27:43 +00:00
2025-12-15 18:47:48 -06:00
2025-12-15 20:27:43 +00:00