- 
                Notifications
    
You must be signed in to change notification settings  - Fork 10.5k
 
Windows Bot Setup
        Brendan Dahl edited this page Feb 1, 2017 
        ·
        7 revisions
      
    - Install git https://git-scm.com/download/win
 - Install python 2.7 https://www.python.org/downloads/windows/
 - Ensure installer adds it to the path
 - Install node js lts https://nodejs.org/en/
 - Install botio from cloned repo (the npm package is not up to date)
 - git clone https://github.com/arturadib/botio.git
 - cd botio
 - modify package
 
```diff
diff --git a/package.json b/package.json
index ad583af..fca270b 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
     "commander": "0.5.2",
     "express": "2.5.8",
     "request": "2.9.153",
-    "shelljs": "latest"
+    "shelljs": "0.0.5pre4"
   },
   "devDependencies": {},
```
- npm install -g .
 - Install bot files
 git clone https://github.com/mozilla/botio-files-pdfjs.git- edit config.json
 - Setup pdfjsbot github access token
 - Start the bot 
botio start --user pdfjsbot --pwd <github access token> - Setup webhooks on github