Replicate ClickUp Database using Excel.
Project description
ClickUp to Excel
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clickuptoexcel-1.0.0.tar.gz
(18.0 kB
view details)
Built Distribution
File details
Details for the file clickuptoexcel-1.0.0.tar.gz
.
File metadata
- Download URL: clickuptoexcel-1.0.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 761ff7fdcd5c201f48c41bfe81e90892ec5fc76f55009ce83efb9269afe3ec51 |
|
MD5 | d911773d81d68612dd0885f3639d34e0 |
|
BLAKE2b-256 | 4807c6cb73af304d13a40209a5ced72007f506568e0212e3bb7d1898103e81e6 |
File details
Details for the file clickuptoexcel-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: clickuptoexcel-1.0.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc0ca0b17fdf346e1ad0ca26b7dc023ae76dccadd0f24959b8f1c12e83bc3e15 |
|
MD5 | 43ac51bde3fb143c28f9063415d1c29d |
|
BLAKE2b-256 | 815e42cbf6f253c0148dbd1cfdeef2fb09d7c1f4e879a56c2c1c98c7a4e74e9a |