blob: d734aed93d9ef45d778279f6c4859d9f95c002a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# boobbot
> backronym ordaining & originating bot
comes up with a new backronym once a day
## How to install / update
```bash
cd ~; mkdir -p boobbot; (cd boobbot; curl -L https://github.com/nea89o/boobbot/releases/download/nightly/dist.zip > dist.zip; unzip -o dist.zip; sudo ./install.sh)
```
Instead of `cd ~` you can use wherever else you would like the boobbot directory to lie. Installs a systemd service and timer that you can enable or invoke directly using
```bash
# To post a boob joke daily
systemctl enable boobjob.timer
# To post a boob joke once
systemctl start boobbot.service
```
Add a .env file to `boobbot/rt/.env` containing your misskey instance and id:
```env
MISSKEY_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
MISSKEY_INSTANCE=https://sk.amy.rip
```
|