https://github.com/t2bot/rss
RSS bot (appservice) for t2bot.io | https://t2bot.io/rssbot
https://github.com/t2bot/rss
Last synced: about 1 year ago
JSON representation
RSS bot (appservice) for t2bot.io | https://t2bot.io/rssbot
- Host: GitHub
- URL: https://github.com/t2bot/rss
- Owner: t2bot
- License: apache-2.0
- Created: 2022-12-29T23:14:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T20:40:46.000Z (over 2 years ago)
- Last Synced: 2025-03-27T21:06:10.436Z (over 1 year ago)
- Language: TypeScript
- Size: 214 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rss
RSS bot (appservice) for t2bot.io | https://t2bot.io/rssbot
## Building
```bash
# 1. Clone the repo (however you want to do that)
git clone https://github.com/t2bot/rss.git && cd rss
# 2. Install dependencies
npm install
# 3. Edit the config
cp config/default.yaml config/development.yaml
nano config/development.yaml
# 4. Run it
npm run start
```
## Running
Copy and edit `config/default.yaml` then use something similar to the following:
```bash
docker run --restart=always -d --name rss -v /path/to/config.yaml:/app/config/production.yaml -v /path/to/storage:/data -p 8080:9000 ghcr.io/t2bot/rss:main
```