scratchattach
scratchattach copied to clipboard
Scratch API wrapper with support for almost all site features and cloud requests framework
This is an improved replacement pr for #188. If this gets merged, #188 needs to be closed. Right now, if you try to request more than 40 data entries from...
``` Warning: Caught error in request 'searchTrending' - Full error below Traceback (most recent call last): File "C:\Users\#####\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\scratchattach\cloud_requests.py", line 116, in call_request output = req_obj["on_call"](*arguments) # Calls the request function...
this adds a method to get a specific comment under a project/studio from its id as a dict
hello! The three raise() functions in studio.py are not executed correctly. Change in line 292, 307, and 323, Before: `raise(_exceptions.Unauthorized)` After: `raise(exceptions.Unauthorized)` I used google translate. Thank you.
Reports from scratchattach users indicate this function could be broken
from my knowledge, there is no way to get a comment from its id, which can be found if a comment's link is copied, and this could be useful for...
I am trying to make a script to get a random user, but i just realized that the `session.connect_user()` doesn't pass user IDs, it assumes that any string or integer...
It feels like it randomly happens out of nowhere, I'm quite positive it's not a rate exceeding error, as when I do it manually it stays after reloading the page.
So if user makes cloud request and scrolls or switches tab then data corrupts(even with no packet loss).