Y’all are legends—thanks for the examples! Tried the `requests` snippet and finally got past the auth errors (turns out I was missing a header 🤦♂️).
But now I’m getting weird encoding issues with the JSON. Sometimes it’s fine, other times it’s like `UnicodeDecodeError`. Any idea why?
Also, `httpx` looks dope—gonna test that next.
P.S. Rate limits are still kicking my butt, but the `time.sleep()` trick helps. Cheers!
But now I’m getting weird encoding issues with the JSON. Sometimes it’s fine, other times it’s like `UnicodeDecodeError`. Any idea why?
Also, `httpx` looks dope—gonna test that next.
P.S. Rate limits are still kicking my butt, but the `time.sleep()` trick helps. Cheers!
