Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Sep 4, 2024
1 parent c5dbb51 commit f8b82e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Torrust Hash2Torrent

[![Testing](https://github.com/torrust/torrust-hash2torrent/actions/workflows/testing.yaml/badge.svg)](https://github.com/torrust/torrust-hash2torrent/actions/workflows/testing.yaml) [![Container](https://github.com/torrust/torrust-hash2torrent/actions/workflows/container.yaml/badge.svg)](https://github.com/torrust/torrust-hash2torrent/actions/workflows/container.yaml)

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.
Expand Down Expand Up @@ -38,3 +40,7 @@ Or with the browser:
> NOTICE: The BitTorrent client may not find the torrent and the HTTP could return a 408 (timeout) error after 10
You can check the API with the health_check endpoint: <http://127.0.0.1:3000/health_check>

## Acknowledgments

[ikatson](<https://github.com/ikatson>) main contributor to [rqbit](https://github.com/ikatson/rqbit).
1 change: 1 addition & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"comms",
"Containerfile",
"distroless",
"ikatson",
"infohash",
"librqbit",
"libz",
Expand Down

0 comments on commit f8b82e9

Please sign in to comment.