- See here for instructions
pip3 install -r "scripts/requirements.txt"
Assuming Sales Collection
is the top level folder that would represent the collection level in Guru
From a terminal, in the root of this repo, run:
rm "Sales Collection/guru/cards.yaml"; rm "Sales Collection/guru/collection.yaml"; python3 scripts/create_card_yaml.py "./Sales Collection" "Sales Collection/guru/cards.yaml" "Sales Collection/guru/collection.yaml"`
From a terminal, in the root of this repo, run:
rm Sales\ Collection/guru/boards.yaml; rm Sales\ Collection/guru/boardgroups.yaml; python3 scripts/create_board_yaml.py "./Sales Collection" "Sales Collection/guru/boards.yaml" "Sales Collection/guru/boardgroups.yaml"
Use the job ID that returns from GURU_SYNC_RESPONSE
to check on the sync status via the API:
curl -u EMAIL:TOKEN https://api.getguru.com/api/v1/import/{jobId}/status
- See API Implementation
- Other resource: