box.com for linux -- unofficial, based on python SDK
Project description
diycrate
box.com for linux
Installation on Ubuntu
sudo apt install libffi-dev libssl-dev python3-pip
# you may want to create a virtual environment
sudo python3 setup.py install
Configuration
Installation will create an empty ~/.config/diycrate/box.ini This file will be overwritten and will contain run time specific information!
Self-signed Certificate
Currently, in order for your machine to operate as a listener/hook against the oauth2 process with Box, you will have to run a webserver -- which we provide for you in this application, to handle all of that, automatically.
However, in order for your browser (and your sanity), you will want to create a certificate. When running on your local machine/localhost, you will need to create a self-signed certificate.
Let's Encrypt has a nice write-up on how to do that: https://letsencrypt.org/docs/certificates-for-localhost/#making-and-trusting-your-own-certificates
Install Redis
This application requires the use of redis oauth2 credential "storage" as well as meta data for the caching & states of files against box.
sudo apt install redis-server
Run the app
Currently there is no default out-of-the-box working configuration file. This is partly due to currently (should the user not setup their own) using diycrate.xyz
(I host it) for a part of the oauth2 dance. It isn't "hard" to setup your own, nor is it hard to use the "always running, you can plug into" mine, but it's not exactly documented.
diycrate_app --cacert_pem_path /path/to/cert.pem --privkey_pem_path /path/to/privkey.pem
Run diycrate_app --help
for more CLI information
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
Built Distribution
File details
Details for the file diycrate-0.2.11.3a11.tar.gz
.
File metadata
- Download URL: diycrate-0.2.11.3a11.tar.gz
- Upload date:
- Size: 31.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af55c7c4fc64716f9fcdc7effe40787d1296ba784d3229e5681d092bf80c3c2b |
|
MD5 | 809964831cfa0fa23b88cd916e2fd8b1 |
|
BLAKE2b-256 | 554b0f037f5c405d7c4d58fbf329a1c5dec36e8cb5c0e199023475d7b699cdfb |
File details
Details for the file diycrate-0.2.11.3a11-py3-none-any.whl
.
File metadata
- Download URL: diycrate-0.2.11.3a11-py3-none-any.whl
- Upload date:
- Size: 34.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dd2e6364c242abc5d55725e5e3ccc907fc0dac8e44f916b8b1ebbcba4a0c238 |
|
MD5 | 08fc249720c7f5fd95b2f99945ecd6c8 |
|
BLAKE2b-256 | 26c1171a5c1ad2c6f74ace30d2eb39ea7ee460b21cfa8f43e6701265381f9f14 |