Skip to content

CAT5NEKO/misskeyRSSbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"