A bot that fetches RSS feeds and automatically posts them to Misskey.
Create a .env file based on .env.example.
go build
./misskeyRSSbotExample systemd service configuration:
[Unit]
Description=Misskey RSS Bot
After=network.target
[Service]
Type=simple
User=youruser
WorkingDirectory=/path/to/misskeyRSSbot
ExecStart=/path/to/misskeyRSSbot/misskeyRSSbot
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target