choicebot

授权协议 View license
开发语言 Python
所属分类 应用工具、 IM/聊天/语音工具
软件类型 开源软件
地区 不详
投 递 者 郭弘方
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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

相关阅读

相关文章

相关问答

相关文档