Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

3 changed files with 2 additions and 15 deletions

View File

@ -1,10 +0,0 @@
---
kind: pipeline
name: shellcheck
steps:
- name: shellcheck
image: koalaman/shellcheck-alpine:stable
commands:
- shellcheck -x bot.sh

View File

@ -1,4 +1,4 @@
# radiobot (legacy)
# radiobot
super simple bot
@ -10,6 +10,3 @@ drop webhook.php somewhere in a webroot and update `now_playing_file` in bot.pro
this code is very bad and should probably be rewritten from scratch.
UPDATE: it has been rewritten from scratch as a module for [bitbot](https://bitbot.dev)
the module code can be found [here](https://tildegit.org/ben/bitbot-modules/src/branch/master/tilderadio.py)

View File

@ -5,7 +5,7 @@ After=radiobot.service
[Service]
Type=simple
WorkingDirectory=/home/ben/workspace/radiobot
ExecStart=/bin/bash bot.sh
ExecStart=/bin/bash /home/ben/workspace/radiobot/bot.sh
Restart=always
RestartSec=5
StartLimitInterval=60s