Skip to main content

A simple api wrapper for Chilicloud.

Project description

chilicloud

A simple api wrapper for Chilicloud. A package that allows you to interact with your Chilicloud account using the Chilicloud API. You can upload, download and delete files.

Install from pypi: python3 -m pip install chilicloud


Warning!

This project was created for fun and hasn't undergone extensive testing. Please use it responsibly and at your own risk.


Example:

from chilicloud.chilicloud import *

updateApiToken() # Gets a new X-Apigw-Session token for interacting with the API
file_uuid = uploadFile('test_file.txt') # Uploads out test_file.txt to the server
downloadFile(file_uuid, 'downloaded_file.txt') # Retrieves the uploaded file
deleteFile(file_uuid) # Deletes the uploaded file

The idea

I wanted to use the chilicloud service but I dont like their Sync Client, so I explored the api calls and made this.

I also wanted to implement a encrypt and split files feature, to split a file into file.part1, file.part2..... And then encrypt each part file for extra security.

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

chilicloud-0.0.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

chilicloud-0.0.1-py3-none-any.whl (3.7 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