/rss

RSS bot (appservice) for t2bot.io | https://t2bot.io/rssbot

Primary LanguageTypeScriptApache License 2.0Apache-2.0

rss

RSS bot (appservice) for t2bot.io | https://t2bot.io/rssbot

Building

# 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