Crates.io | ssli |
lib.rs | ssli |
version | 0.1.5 |
source | src |
created_at | 2023-05-18 04:28:03.939046 |
updated_at | 2023-05-19 09:23:30.399953 |
description | A useless CLI tool for interacting with Scratch |
homepage | https://github.com/userfriendanonymous/ssli |
repository | https://github.com/userfriendanonymous/ssli |
max_upload_size | |
id | 867435 |
size | 91,897 |
Claw is CLI tool for interacting with Scratch. (such as following users or loving a project)
Currently only possible through
cargo install ssli
But this is not very accessible, I will add other methods asap... :/
Your entered Scratch credentials are stored at:
/home/alice/.local/share/ssli
/Users/Alice/Library/Application Support/org.UserFriend.ssli
C:\Users\Alice\AppData\Roaming\UserFriend\ssli\data
You can always clear all ssli's data through:
ssli reset
ssli login [NAME]
[NAME]
- name for the session, for example 'main' (this is not name of your Scratch account!)
ssli login main
- or..
ssli login alt
After entering command it will ask for credentials (username and password).
ssli auth [NAME]
After entering command asks for your Scratch cookies.
To switch current account to another
ssli switch [NAME]
For example
ssli switch alt
- or..
ssli switch main
ssli unauth [NAME]
ssli user griffpatch fol // follow griffpatch
ssli studio 114 lock // make studio private
ssli studio 114 tgc // toggle studio comments
ssli studio 114 title "Cool studio" // set studio title
ssli project 114 // get and output project general metadata
ssli -h
ssli user --help
ssli studio -h
There is a problem that it says operation was successful while it actually wasn't. So not everything saying "Success" was actually done, don't get scared.