From bc418ff2489fabe1553888fcc77f557e41e54fa2 Mon Sep 17 00:00:00 2001 From: Ludvig Lundgren Date: Wed, 11 Aug 2021 15:22:06 +0200 Subject: [PATCH] docs: add readme --- .gitignore | 24 ++++++++++++++++++++++++ README.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74a8aeb --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..30e855b --- /dev/null +++ b/README.md @@ -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. + +
+ Trackers + + * AlphaRatio + * BeyondHD + * BTN + * EMP + * FileList + * GazelleGames + * HD-Torrents + * IPTorrents + * Nebulance + * Orpheus + * PTP + * RED + * Superbits + * TorrentLeech + * UHDBits +
\ No newline at end of file