Skip to main content

sacar las prioridades de una(varias) vista(s) de clickup

Project description

Prioridades Clickup


sacar las prioridades de una(varias) vista(s) de clickup y conectarlo a una webhook.


Prerequisitos

Python 3.9 +

Ejemplo de uso

en este caso usando variables de entorno

from clickup_priorities import priorities
from decouple import config


view_urls = [config("view1"), config("view2"), config("view3"), config("view4")]
query_list =  [{"page": "1"},{"page": "2"},{"page": "3"}]
headers = {"Authorization": config("Authorization") }
post_url = config("hook")

priorities(view_urls, query_list, headers, post_url)

Output Terminal

RESULTS:

URGENT

 Count: 4
 Total time: 8.0h

HIGH

 Count: 26
 Total time: 8.5h

NORMAL

 Count: 43
 Total time: 26.2h

LOW

 Count: 29
 Total time: 43.0h

status code: <200>
errors: <None>

besos en ese jopo <3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clickup_priorities-0.0.4.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

clickup_priorities-0.0.4-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page