Updated Home (markdown)

oooo-ps 2025-07-11 01:36:39 +03:00
parent b2dd647de7
commit 9b02739d4a

@ -2,6 +2,14 @@ Welcome to the aquatic-crawler wiki!
## Conception ## Conception
```
torrent client > aquatic_udp > infohash.bin > aquatic-crawler > * xml.rss
* SQLite DB
* Manticore full-text search index
* /.torrent
* /data-preload
```
1. Run the [aquatic_udp](https://github.com/YGGverse/aquatic-crawler/wiki/Aquatic) tracker with binary export enabled. 1. Run the [aquatic_udp](https://github.com/YGGverse/aquatic-crawler/wiki/Aquatic) tracker with binary export enabled.
2. Add this tracker to your BitTorrent client (and share with others). 2. Add this tracker to your BitTorrent client (and share with others).
3. Run the [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) connected to the `aquatic_udp` binary API. 3. Run the [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) connected to the `aquatic_udp` binary API.