dolfies
dolfies
Discord utilizes TLS fingerprinting as part of anti-spam now. Pure Python doesn't really provide a way to mimic a browser TLS fingerprint. The TLS fingerprints of Python libraries like `requests`...
> You could use python-tls-client, i also made a binary for arm32 in my fork if that helps. Thanks for the comment! I've been looking at `fhttp` and similar, but...
> its pretty unlikely discord looks at bot score for gateway connections surely? i mean its not a sustainable approach, but definitely a start. It's not done by Discord, it's...
Progress on this is being made on the [refactor/tls branch](https://github.com/dolfies/discord.py-self/tree/refactor/tls). Right now, the blocker is WS support, which seems to [already be an issue in curl_cffi](https://github.com/yifeikong/curl_cffi/issues/61).
> > > its pretty unlikely discord looks at bot score for gateway connections surely? i mean its not a sustainable approach, but definitely a start. > > > >...
Unsure on how to fix that, I can probably look into it Funny that the package on PyPi has such a similar README
The API will be back once I get some free time, sorry guys :(
Fixed the fallback! The API is back up too. Sorry for the wait guys.
Hello, sorry for the late response. The reason why this was never implemented is because I couldn't really think of a good API interface for it. How do you think...