Anti-Ananas.Club Autoresponse Bot for the German imageboard pr0gramm.com.
Refer to the Anti Ananas Club Project and the Website.
- Rename the config-template file:
mv includes/config.template.php includes/config.php- Edit the file and configure the variables in it:
nano includes/config.phpNote
The whole config file is commented and you will see how to configure it properly.
- Edit the
ExecStart-path in the service file:
nano pr0gramm-antiAnanas.service- Create a systemlink to the service file:
sudo ln -s /path/to/pr0gramm-antiAnanas.service /etc/systemd/system/pr0gramm-antiAnanas.service- Enable and start the service:
sudo systemctl enable pr0gramm-antiAnanas && sudo systemctl start pr0gramm-antiAnanas- Check if the service has started:
sudo systemctl status pr0gramm-antiAnanas