{"id":16458774,"url":"https://github.com/murat/tors","last_synced_at":"2026-03-10T00:31:34.507Z","repository":{"id":59157831,"uuid":"101920877","full_name":"murat/tors","owner":"murat","description":"⏬ Yet another torrent searching application for your command line","archived":false,"fork":false,"pushed_at":"2017-09-18T07:26:58.000Z","size":102,"stargazers_count":46,"open_issues_count":5,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-28T01:46:31.739Z","etag":null,"topics":["crawler","ruby-gem","torrent-downloader","torrent-search-engine"],"latest_commit_sha":null,"homepage":"http://muratbt.com/tors","language":"Ruby","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/murat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-30T19:30:15.000Z","updated_at":"2023-09-08T17:29:19.000Z","dependencies_parsed_at":"2022-09-13T18:13:26.428Z","dependency_job_id":null,"html_url":"https://github.com/murat/tors","commit_stats":null,"previous_names":["muratbsts/tors"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/murat/tors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murat%2Ftors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murat%2Ftors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murat%2Ftors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murat%2Ftors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murat","download_url":"https://codeload.github.com/murat/tors/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murat%2Ftors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30318393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["crawler","ruby-gem","torrent-downloader","torrent-search-engine"],"created_at":"2024-10-11T10:46:17.305Z","updated_at":"2026-03-10T00:31:34.483Z","avatar_url":"https://github.com/murat.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TorS\n\n[![Licence](https://img.shields.io/github/license/muratbsts/tors.svg)](https://github.com/muratbsts/tors/blob/master/LICENCE)\n[![Release](https://img.shields.io/github/release/muratbsts/tors.svg)](https://github.com/muratbsts/tors/releases)\n[![Build](https://travis-ci.org/muratbsts/tors.svg?branch=master)](https://travis-ci.org/muratbsts/tors)\n[![Issues](https://img.shields.io/github/issues/muratbsts/tors.svg)](https://github.com/muratbsts/tors/issues)\n[![Pull Requests](https://img.shields.io/github/issues-pr/muratbsts/tors.svg)](https://github.com/muratbsts/tors/pulls)\n\n[![Downloads](https://img.shields.io/gem/dt/tors.svg)](https://rubygems.org/gems/tors)\n\nYet another torrent searching application for your command line.\nBut this has an option for automatically download the best torrent.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'tors'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install tors\n\n## Usage\n\nOpen your terminal and run this command:\n\n    $ tors 'ubuntu'\n\nIt will list torrents ordered descending by seeder from **katcr**.\n\n**Wait! Why katcr?**\n\nBecause katcr fastest provider for scrabing currently.\n\n**Is there another provider and how can I change it?**\n\nYep, there is a few provider option.\n\n| Provider          | Status | Problems                          |\n|:------------------|:------:|:----------------------------------|\n| katcr             | ✅     | -                                 |\n| rarbg             | ✅     | Slow Connection, Threat defensing |\n| thepiratebay      | ✅     | Only Magnet                       |\n| extratorrent      | ✅     | Slow Connection                   |\n| 1337x             | ✅     | Connection N+1                    |\n| zooqle            | ✅     | Skipping some torrents            |\n| zamunda           | ✅     | Require authentication            |\n| torrentfunk       | ☑️      | 🙈                                |\n| limetorrents      | ☑️      | 🙈                                |\n\nUse `-p PROVIDER` flag for scrape another providers.\n\n    $ tors 'ubuntu' -p thepiratebay\n\nAnd then It will ask for **which torrent you want to download?** You can answer with a torrent number seen on list.\n\nYou can use `-a` or `--auto-download` flag for automatically download the best torrent. Example:\n\n    $ tors 'ubuntu' -p 1337x -a\n\nYou can use `-d TARGET` flag for set destination storage path. Example:\n\n    $ tors 'ubuntu' -d $HOME/Downloads -a\n\nAnd you can list all active providers and usage instructions with `-h` or `--help` flag.\n\n    $ tors -h\n    usage: tors [options] SEARCH_STRING\n        -d, --directory       Destination path for downloaded torrent\n        -p, --provider        Provider name\n        -u, --username        Username for authentication\n        -w, --password        Password for authentication\n        -l, --list-providers  List available providers\n        -a, --auto-download   Auto download best choice\n        -o, --open            Open torrent after downloading\n        -h, --help            Print help\n        -v, --version         Print version\n\n[![See it in action](https://asciinema.org/a/lxRQTTiTSUXVhD3dpzIwCcIs2.png)](https://asciinema.org/a/lxRQTTiTSUXVhD3dpzIwCcIs2)\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [https://github.com/muratbsts/tors](https://github.com/muratbsts/tors). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Contributors\n\n- [Murat Bastas](https://github.com/muratbsts)\n- [Eren Türkay](https://github.com/eren)\n- [Muhammet Dilmaç](https://github.com/muhammetdilmac)\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the TorS project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/muratbsts/tors/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurat%2Ftors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurat%2Ftors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurat%2Ftors/lists"}