Python script to notify radarr of tracker announcements from IRC announce channels. (while still an early fork with some ugly code, with some janky work arounds... it works for 2 tracks right now.)) 1st draft after all the changes....
- Python 3.5.2 or newer
- requirements.txt modules
- PTP
- IPTorrents
Open to suggestions/pull requests!
wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz
tar xvf Python-3.5.2.tar.xz
cd Python-3.5.2
sudo apt-get install make git build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev
sudo ./configure --enable-loadable-sqlite-extensions && sudo make && sudo make install
This should automatically install pip3.5 for you
cd /opt
sudo git clone https://github.com/stealthgyro/radarrAnnounced
sudo chown -R user:group radarrAnnounced
sudo pip3.5 install -r /opt/radarrAnnounced/requirements.txt
mv settings.cfg.default settings.cfg
nano settings.cfg
- Configure it how you want
- Edit systemd/announced.service with your user and group
sudo cp announced.service /etc/systemd/system/rannounced.service
sudo systemctl daemon-reload
sudo systemctl start rannounced
- 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 rannounced