{"id":50312838,"url":"https://github.com/simonefelici/bt1337xearch","last_synced_at":"2026-05-28T22:02:24.914Z","repository":{"id":322514649,"uuid":"1089714073","full_name":"SimoneFelici/bt1337xearch","owner":"SimoneFelici","description":"Better search for 1337x[.]to with basic filters functionalities","archived":false,"fork":false,"pushed_at":"2026-02-03T17:42:52.000Z","size":171,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-04T02:55:37.803Z","etag":null,"topics":["1337x","1337x-api","1337x-search","1337x-to","cli","terminal","terminal-torre","torrents","webscraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SimoneFelici.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-04T17:58:18.000Z","updated_at":"2026-02-03T17:42:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SimoneFelici/bt1337xearch","commit_stats":null,"previous_names":["simonefelici/bt1337xearch"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SimoneFelici/bt1337xearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoneFelici%2Fbt1337xearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoneFelici%2Fbt1337xearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoneFelici%2Fbt1337xearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoneFelici%2Fbt1337xearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimoneFelici","download_url":"https://codeload.github.com/SimoneFelici/bt1337xearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoneFelici%2Fbt1337xearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33627948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["1337x","1337x-api","1337x-search","1337x-to","cli","terminal","terminal-torre","torrents","webscraping"],"created_at":"2026-05-28T22:02:14.844Z","updated_at":"2026-05-28T22:02:24.908Z","avatar_url":"https://github.com/SimoneFelici.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **bt1337xearch**\n1337x search TUI with Cloudflare bypass and basic filtering\n\n## What it does\n**bt1337xearch** is a command-line tool that searches 1337x torrents with:\n- Category filtering (Movies, TV, Games, etc.)\n- Sorting options (by time, size, seeders, leechers)\n- Keyword filtering (include/exclude keywords)\n\n## Prerequisites\n**bt1337xearch** uses scrapling StealthyFetcher for bypassing the Cloudflare Captcha. \\\nThe StealthyFetcher uses a custom playwrigth build to made that happen. \\\nYou can install this playwright version using Scrapling:\n\n```bash\nuvx scrapling[shell] install\n```\n\u003e [!WARNING]\n\u003e If the \"Installing Playwright dependencies...\" step fails, **bt1337xearch** should still work (e.g., Arch-based distros).\n\n## Installation\n```bash\nuv tool install bt1337xearch\n```\nor\n```bash\ngit clone https://github.com/SimoneFelici/bt1337xearch.git\ncd bt1337xearch\nuv tool install .\n```\n\n## Usage\n\u003e [!TIP]\n\u003e Use \"ctrl + p\" to display the TUI keybindings!\n\n\n### Basic search\n```bash\nbt1337xearch -n \"Dexter\"\n```\n\n### Search with category (Recommended)\n```bash\nbt1337xearch -n \"Lupin\" -c ANIME\n```\n\n### Search with sorting\n```bash\nbt1337xearch -n \"Alien\" -c MOVIE -s TIME -o DESC\n```\n\n### Advanced filtering\nUse `+` to include words and `~` to exclude words:\n```bash\n# Include only results with \"1080p\" or \"BluRay\"\nbt1337xearch -n \"Dexter\" -f +1080p +BluRay\n\n# Exclude results with \"CAM\" or \"TS\"\nbt1337xearch -n \"Movie\" -f ~CAM ~TS\n\n# Combine include and exclude\nbt1337xearch -n \"Dexter\" -c TV -f +1080p \"~x265 HEVC\" ~CAM\n```\n\n## Options\n\n| Option | Description | Choices |\n|--------|-------------|---------|\n| `-n, --name` | Name of the media (required) | - |\n| `-c, --category` | Filter by category | MOVIE, TV, GAME, MUSIC, APP, DOCU, ANIME, OTHER, XXX |\n| `-s, --sort` | Sort results by | TIME, SIZE, SEED, LEECH |\n| `-o, --order` | Sort order (default: DESC) | ASC, DESC |\n| `-f, --filter` | Filter by keywords | Use `+word` to include, `~word` to exclude |\n\n## Examples\n```bash\n# Search for Dexter TV series, sorted by seeders\nbt1337xearch -n Dexter -c TV -s SEED\n\n# Search for movies with \"1080p\", exclude \"CAM\" releases\nbt1337xearch -n \"Angel's Egg\" -c MOVIE -s TIME -o DESC -f +1080p '~CAM'\n\n# Search for games, sorted by upload time\nbt1337xearch -n \"Peak\" -c GAME -s TIME -o ASC\n```\n\n## Output\n\nFor each result, the tool displays:\n- Name\n- Link\n- Seeders\n- Leechers\n- Upload date\n- File size\n- Uploader\n\n\u003cimg width=\"1920\" height=\"1119\" alt=\"image\" src=\"https://github.com/user-attachments/assets/0174586f-5a31-4a42-a7fb-b378257a2fd3\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonefelici%2Fbt1337xearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonefelici%2Fbt1337xearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonefelici%2Fbt1337xearch/lists"}