Skip to content

simple choicebot for mastodon (.net core console, C#)

License

MIT, Unknown licenses found

Licenses found

MIT
COPYING
Unknown
COPYING.ko-KR
Notifications You must be signed in to change notification settings

sftblw/choicebot

Repository files navigation

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

  1. install .net core 3.1 or above (arch: pacman -S dotnet-sdk)
  2. cd to ./choicebot
  3. build: dotnet build --output ./serve -c Release
  4. cd to ./serve, first run: dotnet ./choicebot.dll (this time there's no ID/PW login)

2. as a systemd Service

  1. modify ./choicebot/choicebot.service for your needs. (recommended to copy to your place)
  2. maybe sudo cp choicebot.service /etc/systemd/system/ ?
  3. sudo systemctl enable choicebot

About

simple choicebot for mastodon (.net core console, C#)

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
COPYING
Unknown
COPYING.ko-KR

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages