shimo-cli
v1.1.2
Published
A cli tool for shimo api.
Downloads
58
Readme
Shimo CLI
A cli tool for shimo
It works both on cli and other clients(as node modules).
How to use
Before use shimo-cli, you should get APP_CLIENT_ID and APP_CLIENT_SECRET first.
npm i -g shimo-cli
shimo-cli # initialize config at first running
shimo-cli login [--with-cookie]
shimo-cli meLogin
Now login shimo always trigger a captcha. Shimo-cli can't support captcha easily.
You can get shimo auth cookie (shimo_sid) from browser and login with the cookie manually. e.g:
shimo cli login shimo_sid=xxxxx --with-cookieKnown issues
- Import and export not works
Features
[x] Auth and keep user status
[x] Watch Notification
[x] File List (Dashboard / Desktop / Favorites / Shortcuts etc)
[x] Output File content(It will output an unreadable text content which works for other tools)
[x] Search File
[x] Create / Delete File
[x] Import words, excels, etc
[x] Export file from shimo to disk
[x] initialize config
[ ] Friendly tip if no auth
[ ] Friendly output
[ ] Use as npm module
