sonarrAnnounced
sonarrAnnounced copied to clipboard
sonarrAnnounced
Python script to notify sonarr of tracker announcements from IRC announce channels.
Announcement
This project is no longer being maintained.
You can use the rewritten version in Golang with support for all trackers that autodl supports:
https://gitlab.com/cloudb0x/trackarr
Requirements
- Python 3.5.2 or newer
- requirements.txt modules
Supported Trackers
- BTN
- MTV
- IPTorrents
- Nebulance
- HD-Torrents
- XSpeeds
- FileList
Open to suggestions/pull requests!
To-Do
Feature Requests
Request features at FeatHub
Installation (on Debian Jessie)
Python 3.5.2
wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xztar xvf Python-3.5.2.tar.xzcd Python-3.5.2sudo apt-get install make git build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-devsudo ./configure --enable-loadable-sqlite-extensions && sudo make && sudo make install
This should automatically install pip3.5 for you
sonarrAnnounced
cd /optsudo git clone https://github.com/l3uddz/sonarrAnnouncedsudo chown -R user:group sonarrAnnouncedsudo pip3.5 install -r /opt/sonarrAnnounced/requirements.txtmv settings.cfg.default settings.cfgnano settings.cfg
- Configure it how you want
- Edit systemd/announced.service with your user and group
sudo cp announced.service /etc/systemd/system/announced.servicesudo systemctl daemon-reloadsudo systemctl start announced
- Check it is working properly, http://localhost:PORT - use user/pass you chosen in the [server] section of settings.cfg
- if you want auto start @ boot,
sudo systemctl enable announced
Installation videos
- Debian Jessie: https://youtu.be/oLiGMcUWiB0
- Windows: https://youtu.be/UbHwFqkLc0c