commit bc418ff2489fabe1553888fcc77f557e41e54fa2 Author: Ludvig Lundgren Date: Wed Aug 11 15:22:06 2021 +0200 docs: add readme 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