Skip to content

CAT5NEKO/misskeyRSSbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

31 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Misskey RSS Bot

A bot that fetches RSS feeds and automatically posts them to Misskey.

Setup

Create a .env file based on .env.example.

Build and Run

go build
./misskeyRSSbot

Running as a systemd Service

Example 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

About

A simple RSS BOT post latest news to misskey ๐Ÿš€

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages