Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CAT5NEKO/misskeyRSSbot

A simple RSS BOT post latest news to misskey πŸš€
https://github.com/CAT5NEKO/misskeyRSSbot

go golang misskey misskey-bot

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

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