scratchattach icon indicating copy to clipboard operation
scratchattach copied to clipboard

Scratch API wrapper with support for almost all site features and cloud requests framework

Results 82 scratchattach issues
Sort by recently updated
recently updated
newest added

https://scratch.mit.edu/projects/1064835367/#comments-447726347 GarboMuffin wrote: > Hi there is some bot constantly connecting and disconnecting to this project on TurboWarp's cloud variable server. If you are the person running that bot can...

I'd add a method to activate debug mode in the module or similar, where it prints raw json data if the parsing fails and similar things - [ ] Json...

enhancement

Currently when scratch cloud is down it outputs a cryptic error. Ideally, it should ping cloud data server to check if its up and tell the user.

remove `_EnumWrapper` and use enum.Enum directly instead. Needs discussion

enhancement
question
BREAKING CHANGE

### scratchattach version 2.1.14 ### What happened? Importing the library fails System: Ubuntu Python version: 3.10 importing scratchattach v2.1.13 works I deleted the 2.1.14 release from PyPi ### Your code....

bug
HIGH PRIORITY

https://share.turbowarp.org/ Note that each project token is specific to each project. We could try saving these in Appdata. They normally live in the browser local storage - [x] Project fetching...

enhancement

e.g. comment.Comment.id should really ONLY be an int. Making it possibly a str means that you have to parse it using int() a lot.

bug
enhancement
BREAKING CHANGE
low priotity

Currently, when working on scratchattach, code completion is a problem. Sometimes, misremembering the name of an attribute can cause issues - e.g. setting `Session.session_id` instead of `Session.id`. This could be...

enhancement

This is to replace todo.md Trying out sub-issue for this ## Considerations for change - [ ] Check if whitespace chars break IDs - [ ] Maybe blockchain should be...

enhancement
sa.editor

The turbowarp desktop app has a cloud variable system which syncs all the variables across all turbowarp desktop windows. There should be a way for scratchattach to attach to this....

enhancement