README.md
pyproject.toml
src/execute_for_smarthome.py
src/execute_for_whabonett.py
src/execute_webscraping.py
src/main.py
src/LAgencia_chatbot.egg-info/PKG-INFO
src/LAgencia_chatbot.egg-info/SOURCES.txt
src/LAgencia_chatbot.egg-info/dependency_links.txt
src/LAgencia_chatbot.egg-info/requires.txt
src/LAgencia_chatbot.egg-info/top_level.txt
src/chatbot/__init__.py
src/chatbot/chatbot_smarthome/__init__.py
src/chatbot/chatbot_smarthome/api_smarthome.py
src/chatbot/chatbot_smarthome/etl_smarthome.py
src/chatbot/chatbot_whatbonett/etl_whabonett.py
src/chatbot/database/__init__.py
src/chatbot/database/config_db.py
src/chatbot/database/connections.py
src/chatbot/database/create_schema.py
src/chatbot/database/models/__init__.py
src/chatbot/database/models/models_alquiventas.py
src/chatbot/database/models/models_castillo.py
src/chatbot/database/models/models_livin.py
src/chatbot/database/models/models_villacruz.py
src/chatbot/database/models/tools_models.py
src/chatbot/database/repositories/__init__.py
src/chatbot/database/repositories/crud_base.py
src/chatbot/database/repositories/repository_alquiventas.py
src/chatbot/database/repositories/repository_castillo.py
src/chatbot/database/repositories/repository_livin.py
src/chatbot/database/repositories/repository_villacruz.py
src/chatbot/processing/__init__.py
src/chatbot/processing/resumen_chatbot.py
src/chatbot/processing/tools.py
src/chatbot/webscraper/__init__.py
src/chatbot/webscraper/config_driver.py
src/chatbot/webscraper/customer_chrome_driver.py
src/chatbot/webscraper/webscraping_chatbot.py