Update README.md

This commit is contained in:
Benji 2016-10-30 20:51:50 +00:00 committed by benji7425
parent 986e776508
commit 83a3c46da1

View file

@ -1,7 +1,10 @@
# Development
Requires a botConfig.json file with field "token" containing your bot token
1. Make sure you have nodejs (v6+) and npm installed
2. Clone repo or download zip and extract somewhere
3. Open a terminal in cloned/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 *botConfig.json* to include your bot token:
`{
"token": "abc123blahblahblahyourtokengoeshere"
}`
}`
7. Run `node feed-bot.js`