Matthias Monschein
Matthias Monschein
Hey! First of all, thanks for giving my little project a shot and appreciating the idea. Sorry for the late reply, but I currently can't dedicate the amount of time...
Will also add this to the documentation soon, but you can now add sound files from outside the `res/sounds` folder by using ... ``` set sound path ```  ......
Hi! First of all, thanks a lot for your interest in this project of mine - it's really cool to see people interested in the stuff I've created! As for...
Hi! First of all, thank you very much for your interest in Figaro, your contributions are very much appreciated! What you suggest in your first issue - the editing of...
To get better control of lower-level connection parameters (TLS & HTTP/2) - perhaps taking a look at something like [PyCurl](https://github.com/pycurl/pycurl) especially in combination with [curl-impersonate](https://github.com/lwthiker/curl-impersonate) is a good idea.
Found [curl_cffi](https://github.com/yifeikong/curl_cffi) in a [discussion](https://github.com/lwthiker/curl-impersonate/issues/125) about PyCurl integration for `curl-impersonate` - looks like a rather promising project. Going to try and base a sort of "anonymous session" class upon it....
It's still not enough; need to do more research on how the "anonymous" session can still be identified as I'm still getting rate limited using the code base at commit...
Recommendation at the moment: **Use a virtual machine / enforce IPv4**, it could very well be that platforms like Instagram are more likely to block IPv6 addresses, as they should...
https://github.com/MattMoony/figaro/issues/86#issuecomment-3181105429