🏴‍☠️ The ultimate torrent bot on telegram https://go.hemantapkh.com/torrenthuntbot
  • Python 99.7%
  • Dockerfile 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-31 10:47:41 +05:45
.github/workflows Update registry.yml 2024-08-11 08:58:59 +05:45
app fix issue with tags 2026-07-31 10:47:41 +05:45
images Fix Readme logo 2023-06-27 09:07:16 +05:45
.gitignore Update 1337x and change default base url 2025-05-30 18:03:36 +05:45
.pre-commit-config.yaml Pre-commit update 2024-01-28 15:32:26 +05:45
app.json feat: allow to configure via aggregator tag 2026-07-29 22:36:34 +05:45
Dockerfile Rewrite bot on Telethon with a provider-agnostic search engine 2026-07-27 22:35:18 +05:45
heroku.yml Add option to remove inline ads 2024-02-02 23:06:11 +05:45
LICENSE Create LICENSE 2024-01-18 13:43:10 +05:45
Procfile Dont use docker in heroku 2024-02-02 22:45:33 +05:45
pyproject.toml Rewrite bot on Telethon with a provider-agnostic search engine 2026-07-27 22:35:18 +05:45
README.md Add prowlarr support 2026-07-29 21:54:35 +05:45
sample.env feat: allow to configure via aggregator tag 2026-07-29 22:36:34 +05:45
start.sh Rewrite bot on Telethon with a provider-agnostic search engine 2026-07-27 22:35:18 +05:45
uv.lock Rewrite bot on Telethon with a provider-agnostic search engine 2026-07-27 22:35:18 +05:45

Stars Forks Contributors License Python 3.14+

Torrent Hunt Bot

Open in Telegram

🔍 Torrent Hunt Bot

Torrent Hunt is a Telegram bot for searching torrents. Send it a keyword and it searches your configured indexers and delivers the magnet links right inside Telegram, in your language.

Features

  • Search any keyword, browse results in a single message, and tap a title to get its magnet link
  • Filter & sort by category, seeders, size, or upload date; jump to any page
  • Inline search in any chat (@torrenthuntbot <query>), per-site too
  • Bookmarks to save torrents for later
  • 19 languages and an optional restricted mode for adult content

🔌 Search Provider

Torrent Hunt supports Jackett and Prowlarr as its search providers. Every indexer you configure in them becomes searchable from the bot.

🗣️ Languages

Torrent Hunt Bot speaks 19 languages.

Full list & translation credits
  • Arabic (Added by Omar Khalid)
  • Bengali (Checked and fixed by sobuj53)
  • Belarusian
  • Catalan
  • Dutch
  • English (Original)
  • French (Checked and fixed by xav35000)
  • German
  • Hindi
  • Italian (Checked and fixed by bacchilega)
  • Korean
  • Malay
  • Nepali
  • Polish (Checked and fixed by Oskar)
  • Portuguese
  • Russian
  • Spanish
  • Turkish (Checked and fixed by Berce)
  • Ukrainian

⚒️ Deployment

Run locally

# 1. Configure: copy sample.env to .env and fill in the values
cp sample.env .env

# 2. Install dependencies and run
uv sync
uv run app/main.py

Docker

docker build -t torrenthunt .
docker run --env-file .env torrenthunt

Heroku

Deploy


❇️ Author/Maintainer: Hemanta Pokharel [✉️ 💬]