Watcher tutorial

Install Watcher Ubuntu command line

In this tutorial install Watcher Ubuntu command line. We are going to install the Watcher program via the command line. Watcher makes it possible to automatically download your films from the newsgroups. Unfortunately, Torrent files are not supported with Watcher.

Install Watcher Ubuntu

We need to do an update first.

sudo apt-get update

We need to install the necessary software for Watcher. Unless you’ve already done this once.

Add recent source for Python.

sudo add-apt-repository ppa:deadsnakes/ppa

Install Python 3

sudo apt-get install python3.8

Download Watcher. And install it in the hidden folder watcher.

sudo git clone https://github.com/nosmokingbandit/watcher ./watcher

Set the folder rights correctly. Beware! Change username to your own username.

sudo chown -R Username:Username ./watcher

Go to the correct folder and start Watcher.

cd ./watcher
python watcher.py

You are now done. With the installation of Watcher. And you can now access this via http: // ip-ubuntu-computer:9090

Auto start

It is of course very handy. If Watcher is started automatically. During the Ubuntu startup process.

We are going to create the systemd configuration file for Watcher.

sudo nano /etc/systemd/system/watcher.service

Copy the text below and paste it in watcher.service And adjust the user. To your own user name.

[Unit]
Description=Watcher Daemon
[Service]
User=User
Group=User
Type=forking
GuessMainPID=no
ExecStart=/usr/bin/python2.7 ./watcher.py –address 0.0.0.0 -d
Restart=no

[Install]
WantedBy=multi-user.target

Press Ctrl+X. And y key to save. And exit the file.

The systemd service must be activated for Watcher.

sudo systemctl enable watcher

Start the Watcher service.

sudo service watcher start

Watcher is now started when Ubuntu is restarted. You can test this by doing a reboot.

sudo reboot

You are now done. With the installation of Watcher.

Watcher Ubuntu tutorial

  1. Watcher tutorials.
  2. Install Watcher Ubuntu.
Admin

Gepubliceerd door
Admin

Recente berichten

What are the benefits of Prowlarr with Sonarr

Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…

4 weeks geleden

Ngroups Usenet provider

Ngroups is a well-known name in the Usenet world and is often cited as a…

1 month geleden

Giganews Usenet provider review

Giganews is one of the oldest and best-known Usenet providers in the world. The company…

2 months geleden

QuickSFV gedownloade bestanden controleren met SFV files

Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…

2 months geleden

What is the best newsreader?

The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…

2 months geleden

Usenet program for smartphones

Usenet has been used for years to download files and follow newsgroups. While this used…

3 months geleden

Deze website gebruikt cookies.