All Projects → murat → tors

murat / tors

Licence: MIT license
⏬ Yet another torrent searching application for your command line

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to tors

busser-serverspec
A Busser runner plugin for the serverspec testing library
Stars: ✭ 51 (+8.51%)
Mutual labels:  ruby-gem
lex
Lex is an implementation of lex tool in Ruby.
Stars: ✭ 49 (+4.26%)
Mutual labels:  ruby-gem
request store-sidekiq
Provides an easy integration between RequestStore and Sidekiq
Stars: ✭ 32 (-31.91%)
Mutual labels:  ruby-gem
kitchen-google
Google Compute Engine driver for Test-Kitchen
Stars: ✭ 47 (+0%)
Mutual labels:  ruby-gem
legitbot
🤔 Is this Web request from a real search engine🕷 or from an impersonating agent 🕵️‍♀️?
Stars: ✭ 18 (-61.7%)
Mutual labels:  ruby-gem
hurriyet-cli
A Ruby CLI for Hurriyet
Stars: ✭ 14 (-70.21%)
Mutual labels:  ruby-gem
nyaascraper
An application to scrape and open magnet links for fansub groups from nyaa.si where batches don't already exist.
Stars: ✭ 34 (-27.66%)
Mutual labels:  torrent-downloader
thepiratebay
thepiratebay.org completely done in Angular, search and download torrents easily, without the worry of ads and privacy ip blocking.
Stars: ✭ 23 (-51.06%)
Mutual labels:  torrent-search-engine
cassette
Cassette is music manager supporting major torrents site to download, sync and stream tracks on-the-go 🎧
Stars: ✭ 19 (-59.57%)
Mutual labels:  torrent-downloader
activerecord-setops
Union, Intersect, and Difference set operations for ActiveRecord (also, SQL's UnionAll).
Stars: ✭ 21 (-55.32%)
Mutual labels:  ruby-gem
graphql-remote loader
Performant remote GraphQL queries from within the resolvers of a Ruby GraphQL API.
Stars: ✭ 52 (+10.64%)
Mutual labels:  ruby-gem
ruby terraform
A simple Ruby wrapper for invoking terraform commands.
Stars: ✭ 92 (+95.74%)
Mutual labels:  ruby-gem
torrent-hound
Search torrents from multiple websites via the CLI
Stars: ✭ 28 (-40.43%)
Mutual labels:  torrent-search-engine
bucky-core
System testing framework for web application.
Stars: ✭ 32 (-31.91%)
Mutual labels:  ruby-gem
syobocal
Simle gem for Syboi Calendar
Stars: ✭ 13 (-72.34%)
Mutual labels:  ruby-gem
jekyll-gzip
Generate gzipped assets and files for your Jekyll site at build time
Stars: ✭ 34 (-27.66%)
Mutual labels:  ruby-gem
churnalizer
Analyze your Ruby app for Churn vs Complexity
Stars: ✭ 17 (-63.83%)
Mutual labels:  ruby-gem
tag columns
Fast & simple Rails ActiveRecord model tagging using PostgreSQL's Array datatype
Stars: ✭ 40 (-14.89%)
Mutual labels:  ruby-gem
kitchen-dsc
A DSC Provisioner for Test-Kitchen
Stars: ✭ 27 (-42.55%)
Mutual labels:  ruby-gem
eqn
A gem to evaluate mathematical equations.
Stars: ✭ 32 (-31.91%)
Mutual labels:  ruby-gem

TorS

Licence Release Build Issues Pull Requests

Downloads

Yet another torrent searching application for your command line. But this has an option for automatically download the best torrent.

Installation

Add this line to your application's Gemfile:

gem 'tors'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tors

Usage

Open your terminal and run this command:

$ tors 'ubuntu'

It will list torrents ordered descending by seeder from katcr.

Wait! Why katcr?

Because katcr fastest provider for scrabing currently.

Is there another provider and how can I change it?

Yep, there is a few provider option.

Provider Status Problems
katcr -
rarbg Slow Connection, Threat defensing
thepiratebay Only Magnet
extratorrent Slow Connection
1337x Connection N+1
zooqle Skipping some torrents
zamunda Require authentication
torrentfunk ☑️ 🙈
limetorrents ☑️ 🙈

Use -p PROVIDER flag for scrape another providers.

$ tors 'ubuntu' -p thepiratebay

And then It will ask for which torrent you want to download? You can answer with a torrent number seen on list.

You can use -a or --auto-download flag for automatically download the best torrent. Example:

$ tors 'ubuntu' -p 1337x -a

You can use -d TARGET flag for set destination storage path. Example:

$ tors 'ubuntu' -d $HOME/Downloads -a

And you can list all active providers and usage instructions with -h or --help flag.

$ tors -h
usage: tors [options] SEARCH_STRING
    -d, --directory       Destination path for downloaded torrent
    -p, --provider        Provider name
    -u, --username        Username for authentication
    -w, --password        Password for authentication
    -l, --list-providers  List available providers
    -a, --auto-download   Auto download best choice
    -o, --open            Open torrent after downloading
    -h, --help            Print help
    -v, --version         Print version

See it in action

Development

After 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.

To 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.

Contributing

Bug reports and pull requests are welcome on GitHub at 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 code of conduct.

Contributors

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the TorS project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].