59 lines
1.7 KiB
Markdown
59 lines
1.7 KiB
Markdown
---
|
|
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 <noreply@anthropic.com>
|
|
|
|
### 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(+)
|
|
```
|