2019-07-30 13:51:58 +00:00
|
|
|
image: alpine/edge
|
|
|
|
packages:
|
|
|
|
- python3
|
2020-03-30 14:35:06 +00:00
|
|
|
- py3-setuptools
|
2019-07-30 13:51:58 +00:00
|
|
|
secrets:
|
|
|
|
- 88b90083-3598-4b5d-b3dd-3861add21a7d
|
|
|
|
sources:
|
|
|
|
- https://git.sr.ht/~ihabunek/toot
|
|
|
|
- https://git.sr.ht/~ihabunek/annotatepy
|
|
|
|
tasks:
|
|
|
|
- annotate: |
|
|
|
|
cd annotatepy
|
|
|
|
python3 setup.py install --user
|
|
|
|
cd ../toot
|
|
|
|
~/.local/bin/annotatepy toot > annotations.json
|
|
|
|
../upload-annotations annotations.json ihabunek toot
|