discord-bot-rss-feed/docs/user/installation.md
benji7425 612c20e481 git subrepo pull --remote=git@github.com:benji7425/discord-feed-bot.wiki.git docs
subrepo:
  subdir:   "docs"
  merged:   "f70e48b"
upstream:
  origin:   "git@github.com:benji7425/discord-feed-bot.wiki.git"
  branch:   "master"
  commit:   "f70e48b"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-01-22 18:56:19 +00:00

14 lines
559 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 server/channel details (see configuration page for more info)
6. Create *bot-config.json* to include your bot token:
`{
"token": "abc123blahblahblahyourtokengoeshere"
}`
7. Run `node feed-bot.js`
See configuration page for more detail on configuration options