choicebot for mastodon
Simple choicbot for mastodon with dotnet core, C#.
간단한 선택봇입니다.
see in action: @choicebot on @twingyeo.kr
warning: This bot still has many hard-coded string values. use with caution.
installation
1. build and first time run
- install .net core 3.1 or above (arch:
pacman -S dotnet-sdk
) - cd to
./choicebot
- build:
dotnet build --output ./serve -c Release
- cd to
./serve
, first run:dotnet ./choicebot.dll
(this time there's no ID/PW login)
2. as a systemd Service
- modify
./choicebot/choicebot.service
for your needs. (recommended to copy to your place) - maybe
sudo cp choicebot.service /etc/systemd/system/
? sudo systemctl enable choicebot