Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 π
- Host: GitHub
- URL: https://github.com/CAT5NEKO/misskeyRSSbot
- Owner: CAT5NEKO
- License: cc0-1.0
- Created: 2023-11-27T21:20:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T17:31:54.000Z (7 months ago)
- Last Synced: 2024-07-29T19:14:58.910Z (3 months ago)
- Topics: go, golang, misskey, misskey-bot
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```