Skip to content
View EricJoness's full-sized avatar
  • Joined Feb 25, 2026

Block or report EricJoness

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EricJoness/README.md

Olá, sou Eric Jones Silva 👋

Desenvolvedor Python com foco em automação, RPA e arquitetura de software. Crio bibliotecas, SDKs e APIs que resolvem problemas reais em cenários de automação corporativa.


🚀 Projetos em destaque

Repositório O que faz
bot-runner Executor de workflows YAML com CLI e integração ao bot-report-api
bot-report-api API REST para centralizar status e métricas de execução de bots
botflow Orquestrador de steps com retry automático, hooks e plugins
yaml-workflow-engine Engine que executa fluxos declarativos definidos em YAML
web-automation-core Abstração de automação web com waits inteligentes sobre Selenium

🔗 Como os projetos se conectam

bot-runner
  ├── executa workflows via → yaml-workflow-engine
  ├── orquestra steps via   → botflow
  ├── automatiza web via    → web-automation-core
  └── reporta resultados →   bot-report-api

O bot-runner é o ponto central: ele lê um arquivo YAML, executa o workflow e envia o resultado (sucesso/falha/duração) para o bot-report-api, que centraliza todas as métricas de execução. O botflow orquestra os steps individuais, o yaml-workflow-engine interpreta a definição YAML, e o web-automation-core abstrai as interações com o navegador.


🛠️ Stack principal

Python FastAPI Pytest GitHub Actions Docker


📫 Contato

Pinned Loading

  1. bot-runner bot-runner Public

    Executor integrado de automacoes com CLI — conecta yaml-workflow-engine ao bot-report-api

    Python

  2. bot-report-api bot-report-api Public

    API REST para centralizar status e metricas de execucao de bots — FastAPI + Docker

    Python

  3. botflow botflow Public

    Orquestrador de automacoes em Python com retry, hooks e plugins

    Python

  4. web-automation-core web-automation-core Public

    Abstracao segura de automacao web sobre Selenium com waits inteligentes e erros padronizados

    Python

  5. yaml-workflow-engine yaml-workflow-engine Public

    Engine para execucao de workflows declarativos em YAML com handlers registraveis

    Python