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.
pacman -S dotnet-sdk
)./choicebot
dotnet build --output ./serve -c Release
./serve
, first run: dotnet ./choicebot.dll
(this time there's no ID/PW login)./choicebot/choicebot.service
for your needs. (recommended to copy to your place)sudo cp choicebot.service /etc/systemd/system/
?sudo systemctl enable choicebot