Giter VIP home page Giter VIP logo

python3-digitalocean-spaces-manager-v2-advanced's Introduction

Python3-DigitalOcean-Spaces-Manager-v2-Advanced

Simple Pyhon3 module to help manage your spaces / cloud

DigitalOcean Spaces Made Easier and secured

Most explanations in cloud-manage.py
cloud-manage.py - test of spaces module

NB: Modify these in spaces.py: #Key-ID key_id = str("Your-id-or-key")

#your secret key secret_access_key = str("Your-secret-key")

You can create your own amazing code just by importing the space module

Encrypt and Upload Download files Upload files Delete Files Create Spaces List spaces / list spaces in particular regions List files and more Hack my script[cloud-manage.py]

Kindly email me for bugs/features

Simple Guide

firstly, import the spaces file:

import spaces
#region or region_name or space_region = the region of the space[nyc3, etc.]
#loca_file = name of file on local disk[Not SPACE. LOCAL DISK(YOUR COMPUTER)]
#name_when_uploaded = the name of file when put/uploaded on the space 

#To List Spaces
spaces.list_spaces_in(region)

#Files
spaces.list_files(region, space_name, "null")

#Upload_File 
spaces.upload_file(space_name, space_region, local_file, name_when_uploaded)

#Download File
spaces.download_file(space_name, region, file)

#Encrypt File And Upload
#key can be created by:
#spaces.create_key("your-password-string")
#so you can just make it
#Kindly make your password string very strong to avoid cracks after a data breach, etc. 

#spaces.encrypted_upload(space_name,region,file,file, spaces.create_key("your-password-string"))
spaces.encrypted_upload(space_name,region,file,file, key)

python3-digitalocean-spaces-manager-v2-advanced's People

Contributors

mashoud1122 avatar

Stargazers

Chris J avatar  avatar Mr_ech001 avatar  avatar Arman    avatar Vincent avatar benjamin santana avatar Tevin Temu avatar Garret avatar Gustavo Rodriguez Baldera avatar Noah Syrkis avatar Paulo Teixeira avatar Sandeep Devarapalli avatar unbaiat avatar Nyi Nyi Lwin avatar  avatar  avatar Helmi Joe avatar arief nur andono avatar Nikodemus Karlsson avatar  avatar

Watchers

 avatar

python3-digitalocean-spaces-manager-v2-advanced's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.