paymo task timer

From their README

alfred-paymo-task-timer

This workflow displays all tasks in 'paymo' and starts a timer for the selected task.

At first, You have to get API Key following URL: https://app.paymoapp.com/#Paymo.module.myaccount/api-keys

and add key named as paymo_api_key to workflow environment variables at workflow settings.

Download

or

Packal

trouble shooting

if you got following error:

(snip)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)

see. https://stackoverflow.com/questions/57630314/ssl-certificate-verify-failed-error-with-python3-on-macos-10-15