git clone git@github.com:dictions/arena-import.git
- Download the JSON export from Pinboard settings. Put in root of directory (
pinboar_export.json
). - Add a
.env
file at the root of the directory. AddARENA_ACCESS_TOKEN
,ARENA_CHANNEL
, andARENA_SIMULTANEOUS_REQUESTS
. We recommend you start with 5. - Install dependencies via
yarn
.
$ yarn start