commit 48060f3e11ed34bfe13c977aab3827a07afebcf4
parent 28a446409fc08ba6bffda6cf6d6f9e75b112c56e
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sat, 12 Nov 2016 18:59:35 +0100
Update README.md
Diffstat:
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -21,9 +21,12 @@ For using the Intel Screenbot you need to add the following to the config.json:
```
"intel_screenbot": {
- "SACSID": "YOUR SACSID",
- "CSRF": "YOUR CSRF"
- }
+ "SACSID": "YOUR SACSID",
+ "CSRF": "YOUR CSRF",
+ "plugin_dirs": [
+ "http://iitc.jonatkins.com/release/plugins"
+ ]
+ }
```
According to the official INSTALL Documention of the hangoutbot you will find the config.json in `/<username>/.local/share/hangupsbot/`
@@ -31,6 +34,13 @@ According to the official INSTALL Documention of the hangoutbot you will find th
Also you need to add `intel_screenbot` to the plugins.
+## How to add gitlab plugin_dirs
+
+1. First open in browser: `https://gitlab.com/api/v3/projects/search/:RepoName`
+2. copy the number in `id`
+3. add `http://gitlab.com/api/v3/projects/:ID/repository/tree` to `plugin_dirs`
+4. add `"gitlab_token":"YOUR_GITLAB_API_TOKEN"` to `intel_screenbot`
+
## How to get SACSID and CSRF
You should look at the Documentation of [ingress-ice](https://github.com/nibogd/ingress-ice/wiki/Cookies-Authentication)