Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 737 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 737 Bytes

Misskey RSS BOT

A simple BOT tool to post the latest news obtained via RSS to Misskey🐈‍⬛💻

Usage

1.Create a .env file in the root directory and write the following as shown .env.example.

2.go build or go run main.go

Deploy

You can use tmux or systemd to run the program in the background. If you want to use vercel or koyeb, please change code in main.go

Currently,it loads .env as a file, but the services like Vercel or above are loads the environment directly, so please modify it accordingly.

Option

If you want to use multi URL, please modify as this

RSS_URL:"https://example.com/rss/news/cat0.xml,https://example.com/rss/news/cat1.xml,https://example.com/rss/news/cat2.xml"