namtacs
namtacs
Do we need to split (to separate PRs)? WDYM "most of this"? Basically only user functions and get_cloud_logs are left to do. If you want a split, i would suggest...
what about the weird "cachebust" url param?
Btw this project has a lot of code smells and mistakes, can work on a pr to clear that up
> ``` > @client.request > def searchTrending(): #called when client receives request > response = "" > projects = scratch3.search_projects(query="query", mode="trending", language="en", limit=40, offset=0) > for i in range(len(projects) -...
THIS IS NOT DONE
Please append the following to your PR description: "Fixes #201". (for github to autolink the issue)
pls close
If you are using **wsS**, **you must use a self-signed certificate** or a free one from _Let's Encrypt_. If you are using **ws (not secure)**, the **certificate is not needed**...
i fixed this in my private fork, here's how you can do it: 1. open the %appdata%\Local\Programs\Python\Python310\lib\site-packages\scratchattach\project.py file 2. go to line 373 (unlove) 3. **change** `if r["userLove"] is True:`...
Look and discuss api here https://github.com/towerofnix/scratch-api-unofficial-docs/issues/37 Also, I am currently making a giant fork (for now private) that is a rework of scratchattach. Eventually, i will merge it (prob split)....