Skip to content

A simple Python API that enables some of the functionality offered by the

License

Notifications You must be signed in to change notification settings

alexdevmotion/digistorage-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digistorage-api

A Python API that enables basic features provided via the DigiStorage REST API for Developers.

Prerequisites

  • Python 3.6+ (may work on older versions, but didn't test)
  • Required packages:
pip install reqests argparse

Command line usage

  • Copy config.example.yaml to config.yaml & fill out the email & password
  • Examples:
python digistorage.py -h
python digistorage.py --upload=README.md --remote_path=
python digistorage.py --info --remote_path=README.md
python digistorage.py --mkdir --remote_path=new_folder
python digistorage.py --rm --remote_path=new_folder

Python API usage

  • Create an instance of the DigiStorageApi class
  • You can manually pass the email & password to the DigiStorageApi constructor or use the same config.yaml approach
  • Read the docs for more info

About

A simple Python API that enables some of the functionality offered by the

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages