Skip to content

CLI tool to interact with HiDrive API. It's limited to few actions.

License

Notifications You must be signed in to change notification settings

lupuionut/homedmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomedManager

HomedManager is a simple tool to manage your HiDrive account.

Get started

Create a homedmanager.yaml in your HOME directory. The content of this file:

client_id: "CLIENT_ID"
client_secret: "CLIENT_SECRET"
authCode: "AUTH_CODE"
authTokenUrl: "https://www.hidrive.strato.com/oauth2/token"
authTokenInfoUrl: "https://www.hidrive.strato.com/oauth2/tokeninfo"
apiUrl: "https://api.hidrive.strato.com"

Get CLIENT_ID and CLIENT_SECRET: GET API KEY

AUTH_CODE is the code obtained when you authorize this app

https://www.hidrive.strato.com/oauth2/authorize?client_id=CLIENT_ID&response_type=code&scope=admin,rw

About

CLI tool to interact with HiDrive API. It's limited to few actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published