Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DEgITx/rats-search

BitTorrent P2P multi-platform search engine for Desktop and Web servers with integrated torrent client.
https://github.com/DEgITx/rats-search

bittorrent desktop-application network p2p scanner search search-engine torrent

Last synced: about 2 months ago
JSON representation

BitTorrent P2P multi-platform search engine for Desktop and Web servers with integrated torrent client.

Awesome Lists containing this project

README

        

# Rats on The Boat - BitTorrent search engine

[![CircleCI Build Status](https://circleci.com/gh/DEgITx/rats-search.png?style=shield)](https://circleci.com/gh/DEgITx/rats-search)
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/1eh0lug97fboscib?svg=true)](https://ci.appveyor.com/project/DEgITx/rats-search)
[![Travis Build Status](https://travis-ci.org/DEgITx/rats-search.svg?branch=master)](https://travis-ci.org/DEgITx/rats-search)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Release](https://img.shields.io/github/release/DEgITx/rats-search.svg)](https://github.com/DEgITx/rats-search/releases)
[![Documentation](https://img.shields.io/badge/docs-faq-brightgreen.svg)](https://github.com/DEgITx/rats-search/blob/master/docs/MANUAL.md)

BitTorrent search program for desktop and web. Collect and navigate over base of torrents statistic, categories, and give easy access to it. Work over p2p network and support Windows, Linux, Mac OS platforms.

## Features
* Works over p2p torrent network, doesn't require any trackers
* Supports own p2p protocol for additional data transfer (like search between rats clients, descriptions/votes transfer, etc.)
* Search over torrent collection
* Torrent and files search
* Search filters (size ranges, files, seeders etc...)
* Collection filters (regex filters, adult filters)
* Trackers peers scan supported
* Integrated torrent client
* Collect only statistic information and don't save any torrents internal data
* Supports torrents rating (voting)
* P2P Search protocol. Search in other Rats clients.
* Web version (web interface) for servers
* Top list (mostly common and popular torrents)
* Feed list (Rats clients activity feed)
* Translations: English, Russian, Ukrainian, Chinese
* Drag and drop torrents (expand local search database with specific torrents)
* Descriptions association from trackers
* Torrent generation and automatic adding to search DB
* [WebSockets & REST API for server/search engine. You can made search request and create your own UI client.](docs/API.md)

## Architecture
![Basic Architecture](docs/img/ratsarch.png)

## Contributing
We are welcome any contributing: bug fixes, improvements, code refactoring and other stuffs.

[Translation guide](docs/TRANSLATION.md)

[Own strategy / Other tracker support](docs/TRACKERS.md)

## Usage Manuals
* [English](docs/USAGE.md)
* [Russian](docs/USAGE.RU.md)

## Download Desktop client
By default we recomended using desktop version of application. [Download and install most recent one](https://github.com/DEgITx/rats-search/releases) for Windows, MacOS, Linux.

### Start desktop client from master branch
Clone repository with submodules:
```bash
git clone --recurse-submodules https://github.com/DEgITx/rats-search.git
```

Then make sure that you have Node.js and NPM (with Node.js) installed in your system, then install all needed packages:

```bash
npm install --force
```
and start master develop branch version:
```bash
npm start
```

## Server webUI version installation
Beside default desktop cross-platform client, also exist separated webUI that can run from server independant as web-client + Node.JS server.

Clone repository, then make sure that you have Node.js and NPM (with Node.js) installed in your system, then:

```bash
npm install --force
```

Then compile web version:

```bash
npm run buildweb
```

Finally start server application:

```bash
npm run server
```

Now you can get access to web interface on 8095 port: http://localhost:8095

[More about configuration](docs/SERVER.md)

[More about server compatibility and known issues](docs/SERVER_COMPATIBILITY.md)

[API usage implementation for clients](docs/API.md)

## Docker image

You can simply run docker image with prepared server version. Just download last sources:

```bash
git clone --recurse-submodules https://github.com/DEgITx/rats-search.git
```

And build docker image & run:

```bash
docker build -t rats-search:latest rats-search
docker run -p 8095:8095 rats-search:latest
```

Now you can check the and open http://localhost:8095/ in browser

## Donation

[**Support Rats Search development on OpenCollective**](https://opencollective.com/RatsSearch)

## Contacts / Support

- Twitter: [@RatsSearch](https://twitter.com/RatsSearch)
- [Discord (Support)](https://discord.gg/t9GQtxA)

## Screenshots

![Main Window](docs/img/screen_1.png)

## License
[MIT](https://github.com/DEgiTx/rats-search/blob/master/LICENSE)