It was sounds pretty weird and need be formulated in future (it was about not using announcing via bittorrent protocol)
89 lines
3.5 KiB
Markdown
89 lines
3.5 KiB
Markdown
# Rats on The Boat - BitTorrent search engine
|
|
|
|
<p align="center"><a href="https://github.com/DEgiTx/rats-search"><img src="https://raw.githubusercontent.com/DEgITx/rats-search/master/resources/rat-logo.png"></a></p>
|
|
|
|
[](https://circleci.com/gh/DEgITx/rats-search)
|
|
[](https://ci.appveyor.com/project/DEgITx/rats-search)
|
|
[](https://travis-ci.org/DEgITx/rats-search)
|
|
[](https://github.com/semantic-release/semantic-release)
|
|
[](https://github.com/DEgITx/rats-search/releases)
|
|
[](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
|
|
* Drag and drop torrents (expand local search database with specific torrents)
|
|
* Descriptions association from trackers
|
|
|
|
## Architecture
|
|

|
|
|
|
## Contributing
|
|
We are welcome any contributing: bug fixes, improvements, code refactoring and other stuffs.
|
|
|
|
[Translation guide](docs/TRANSLATION.md)
|
|
|
|
## Usage Manuals
|
|
* [English](docs/USAGE.md)
|
|
* [Russian](docs/USAGE.RU.md)
|
|
|
|
## Server version install
|
|
Clone repository, then make sure that you have Node.js and NPM (with Node.js) installed in your system, then:
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
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](docs/SERVER_COMPATIBILITY.md)
|
|
|
|
## Donation
|
|
|
|
[**Support Rats Search development on Patreon**](https://www.patreon.com/bePatron?c=1722368)
|
|
|
|
[**Support Rats Search via PayPal**](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vasiliy.kosyanchuk@gmail.com&lc=US&item_name=Rats+Search+Development+Support&no_note=0&cn=¤cy_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted)
|
|
|
|
**Support Rats Search via Yandex.Money**: 410012059502693
|
|
|
|
## Contacts / Support
|
|
|
|
- Twitter: [@RatsSearch](https://twitter.com/RatsSearch)
|
|
- [Discord (Support)](https://discord.gg/t9GQtxA)
|
|
|
|
## Screenshots
|
|
|
|

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