banddans

Results 5 comments of banddans

```python from bs4 import BeautifulSoup import requests def find_parent_id(comment_id, user): try: i = 0 while True: data = requests.get( f"https://scratch.mit.edu/site-api/comments/user/{user}/?page=" + str(i)).text soup = BeautifulSoup(data, features="html.parser") comment = soup.find(id="comments-" +...

Okay, I agree it should be good to implement :D

I know one thing to do is to connect multiple sockets, then you can bypass the cloud limit: ```python import scratchattach import random import time class SubSession: def __init__(self): self.session...

> > I know one thing to do is to connect multiple sockets, then you can bypass the cloud limit: > > I found out that you can set multiple...

It looks like the patch still breaks sometimes for some reason? https://github.com/user-attachments/assets/df251fcf-3967-4c7e-864d-4ff3c3164f46