-
Notifications
You must be signed in to change notification settings - Fork 10k
Windows Bot Setup
Brendan Dahl edited this page Feb 3, 2017
·
7 revisions
- Install git https://git-scm.com/download/win
- Install msys2 and copy 'zip' from mys2's bin to git's (TODO: maybe we should start with msys2)
- 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/brendandahl/botio.git
- cd botio
- 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