diff --git a/content/posts/commits/2026-03-18-commit-fced696.md b/content/posts/commits/2026-03-18-commit-fced696.md new file mode 100644 index 0000000..e1dacd8 --- /dev/null +++ b/content/posts/commits/2026-03-18-commit-fced696.md @@ -0,0 +1,58 @@ +--- +title: "[bojemoi] chore: add Discord bot scaffold + breachforum discovery scripts" +date: 2026-03-18T13:52:16+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit fced696 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `fced696` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `fced6969ff26f0d023add39a0eb4bf764c2ef291` | + + +### Description + +- discord/: structure.yml + create_structure.sh for Discord bot setup +- scripts/: original breachforum discovery archive files (Dockerfile, + docker-compose, API, onion discovery, examples, integration guide) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A discord/.env.example +A discord/create_structure.sh +A discord/structure.yml +A scripts/Dockerfile.discovery +A scripts/INTEGRATION_GUIDE.sh +A scripts/README.md +A scripts/breachforum_discovery_api.py +A scripts/breachforum_onion_discovery.py +A scripts/docker-compose.discovery.yml +A scripts/examples_usage.py +``` + +### Diff Summary + +``` + discord/.env.example | 17 ++ + discord/create_structure.sh | 68 +++++ + discord/structure.yml | 38 +++ + scripts/Dockerfile.discovery | 34 +++ + scripts/INTEGRATION_GUIDE.sh | 205 +++++++++++++ + scripts/README.md | 540 +++++++++++++++++++++++++++++++++ + scripts/breachforum_discovery_api.py | 259 ++++++++++++++++ + scripts/breachforum_onion_discovery.py | 421 +++++++++++++++++++++++++ + scripts/docker-compose.discovery.yml | 99 ++++++ + scripts/examples_usage.py | 301 ++++++++++++++++++ + 10 files changed, 1982 insertions(+) +```