mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
docs: add readme
This commit is contained in:
commit
bc418ff248
2 changed files with 60 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
*.db
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Other
|
||||
.idea
|
||||
node_modules/
|
||||
web/build
|
||||
bin/
|
||||
log/
|
||||
dist/
|
36
README.md
Normal file
36
README.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# autobrr
|
||||
|
||||
### Work in progress. Expect bugs and breaking changes. Features may be broken or incomplete.
|
||||
|
||||
autobrr monitors IRC announce channels to get releases as soon as they are available with good filtering. Built on Go/React to be resource friendly. A modern single binary replacement for autodl-irssi+rutorrent plugin.
|
||||
|
||||
## Features:
|
||||
|
||||
* Single binary + config for easy setup
|
||||
* Support for 15 trackers
|
||||
* Integration with qBittorrent
|
||||
* Easy to use UI
|
||||
|
||||
### Tracker support
|
||||
|
||||
Is your tracker missing? Add an issue to request it.
|
||||
|
||||
<details>
|
||||
<summary>Trackers</summary>
|
||||
|
||||
* AlphaRatio
|
||||
* BeyondHD
|
||||
* BTN
|
||||
* EMP
|
||||
* FileList
|
||||
* GazelleGames
|
||||
* HD-Torrents
|
||||
* IPTorrents
|
||||
* Nebulance
|
||||
* Orpheus
|
||||
* PTP
|
||||
* RED
|
||||
* Superbits
|
||||
* TorrentLeech
|
||||
* UHDBits
|
||||
</details>
|
Loading…
Add table
Add a link
Reference in a new issue