Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Sep 4, 2024
1 parent 60af2d6 commit fd64253
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A web service to get torrents' metadata from the infohashes.

The API is based on the Rust BitTorrent client [rqbit](<https://github.com/ikatson/rqbit>). The client uses [BEP 9](https://www.bittorrent.org/beps/bep_0009.html) to get the Metadata Files from other peers.

> NOTICE: DHT must be enabled because the client needs to find peers first.
## Setup

```console
Expand Down

0 comments on commit fd64253

Please sign in to comment.