discord-bot-rss-feed/docs/user/installation.md
benji7425 d66d7d0120 Added installation and commands docs files
git-subtree-dir: docs
git-subtree-mainline: 999927be2b26e46ca19020e77a02cc6bb5df71da
git-subtree-split: 67072a9c2ab4bbd27efeff0942d63aa6a48c48ea
2017-01-08 16:58:07 +00:00

12 lines
456 B
Markdown

# Installation
1. Make sure you have nodejs (v6+) and npm installed
2. Download the zip from [releases](https://github.com/benji7425/discord-feed-bot/releases) and extract
3. Open a terminal in extracted folder
4. Run `npm install` and wait for it to finish
5. Edit *config.json* to include your RSS feed and channel ID
6. Create *bot-config.json* to include your bot token:
`{
"token": "abc123blahblahblahyourtokengoeshere"
}`
7. Run `node feed-bot.js`