Skip to content

themagicalmammal/clickuptoexcel

Repository files navigation

ClickUp to Excel

DeepSource DeepSource

Replicate ClickUp Database using Excel.

Developed by Dipan Nanda (c) 2023

Example of Usage

from clickuptoexcel import Migrate2Excel

location = 'C:/Data/'
attributes = None
api_key = """<YOUR_API_KEY>"""
helper = Migrate2Excel(location=location, clickup_api_token=api_key, attribute_values=attributes)
"""
:param string location: specify where you would want the database to be replicated
:param list attributes: list of attributes that you want in your excel files
:param string api_key: your Clickup API Token
"""
helper.start()

Changelog

Go here to checkout the complete changelog.

License

This is under GNU GPL v3.0 License

License: GPL v3