Add the ability to run serialboard on multiple accounts.

This commit is contained in:
Anna Rose Wiggins 2017-01-10 16:40:14 -05:00
parent 469212c74c
commit 1d5d9d39da
No known key found for this signature in database
GPG key ID: BE7700199F785867
3 changed files with 57 additions and 35 deletions

View file

@ -12,6 +12,18 @@ First install ruby, then just:
Now copy config.yml.example to config.yml, and edit it to use your Pinboard API key.
## Configuration
Copy the `config.yml.example` to `config.yml` and edit it to use your API token. You can add additional tokens to process multiple accounts as well, e.g.:
```
- api_token: api_token_2
active_tag_name: comics
deleted_tag_name: archived
- api_token: api_token_3
```
`active_tag_name` and `deleted_tag_name` are optional, and will default to 'serial' and 'serial_deleted', respectively.
## Usage