You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rodo d602507066 Merge pull request 'Funcionando ambas selecciones de empresa' (#4) from BOT-2026-seleccionar-sin-nombre into main 1 week ago
README.md added readme 2 months ago
afip_confirmar_automaticamente.lua loading_bb_now_part_of_each_repo 2 months ago
afip_ingresar_datos_emision.lua removed printing of complete payload that contains password 2 months ago
afip_ingresar_datos_operacion.lua loading_bb_now_part_of_each_repo 2 months ago
afip_ingresar_datos_receptor.lua loading_bb_now_part_of_each_repo 2 months ago
afip_ingresar_generacion_comprobantes.lua generacion comprobantes 2 months ago
afip_ingresar_punto_venta_y_comprobante.lua loading_bb_now_part_of_each_repo 2 months ago
afip_inicio_loading.lua loading_bb_now_part_of_each_repo 2 months ago
afip_login.lua loading_bb_now_part_of_each_repo 2 months ago
afip_seleccionar_empresa.lua funcionando ambas selecciones de empresa 1 week ago

README.md

AFIP Lua Scripts

These Lua scripts are intended to be used by the bot-bunny project.

They provide AFIP-related functionality that is consumed by bot-bunny services and tools. This repository is not meant to be used standalone; instead, it should be included or referenced from the main bot-bunny project.

Usage

  • Include in bot-bunny: Add this repository as a dependency or submodule of your main bot-bunny project.
  • Load scripts: Configure your bot-bunny services to load and execute the relevant Lua scripts as needed.
  • Develop here, test there: Any changes or additions to these scripts should be tested within the context of the bot-bunny project.
  • bot-bunny – main project that uses these scripts.