add the thing
authorAnders Cornell <anders@acorn.pw>
Sun, 2 Oct 2022 04:03:33 +0000 (00:03 -0400)
committerAnders Cornell <anders@acorn.pw>
Sun, 2 Oct 2022 04:03:33 +0000 (00:03 -0400)
commit09dc209292bd482d1453f0b50a9c0702ed551af7
treece17b99ac9c53077afcd94a59951b1dc5e8055b3
parent5c49ef231a8a4b89e12797aa2f2ad90aec5863fb
add the thing
24 files changed:
live-autojoin/README.md [new file with mode: 0644]
live-autojoin/announce.py [new file with mode: 0644]
live-autojoin/background.py [new file with mode: 0644]
live-autojoin/common.py [new file with mode: 0644]
live-autojoin/deploy [new file with mode: 0755]
live-autojoin/service.py [new file with mode: 0644]
live-autojoin/systemd/live-autojoin-announce.service [new file with mode: 0644]
live-autojoin/systemd/live-autojoin-cron.service [new file with mode: 0644]
live-autojoin/systemd/live-autojoin-cron.timer [new file with mode: 0644]
live-autojoin/systemd/live-autojoin-service.service [new file with mode: 0644]
live-autojoin/systemd/live-autojoin-web.service [new file with mode: 0644]
live-autojoin/systemd/live-autojoin-web.socket [new file with mode: 0644]
live-autojoin/systemd/live-autojoin.target [new file with mode: 0644]
live-autojoin/templates/error.html [new file with mode: 0644]
live-autojoin/templates/status.html [new file with mode: 0644]
live-autojoin/web.py [new file with mode: 0644]
sidebot/deploy [new file with mode: 0755]
sidebot/setup.cfg [new file with mode: 0644]
sidebot/sidebot/__init__.py [new file with mode: 0644]
sidebot/sidebot/main.py [new file with mode: 0644]
sidebot/sidebot/notd_list [new file with mode: 0644]
sidebot/sidebot/number.py [new file with mode: 0644]
sidebot/sidebot/sidebar.py [new file with mode: 0644]
sidebot/sidebot/strikebot_updates.py [new file with mode: 0644]