12 ms·
In case anyone is interested, I created something similar but for python(using chromium's network stack) https://github.com/lagenar/python-cronet https://github
by zlagen 2y ago
In case anyone is interested, I created something similar but for python(using chromium's network stack) https://github.com/lagenar/python-cronet https://github.com/lagenar/python-cronet
I'm looking for help to create the build for windows.
- hk__2 2y agoAny reason you didn’t use https://github.com/lexiforest/curl_cffi https://github.com/lexiforest/curl_cffi?
- zlagen 2y agoI wanted to try a diffent approach which is to use chromium's network stack directly instead of patching curl to impersonate it. In this case you're using the real thing so it's a bit easier to maintain when there are changes in the fingerprint.
- Klonoar 2y agoSimilar projects exist for C# (https://github.com/sleeyax/CronetSharp https://github.com/sleeyax/CronetSharp), Go (https://github.com/sleeyax/cronet-go https://github.com/sleeyax/cronet-go) and Rust (https://github.com/sleeyax/cronet-rs https://github.com/sleeyax/cronet-rs). These can work well in some cases but it's always a tradeoff.
- thrdbndndn 2y agoAny plan to offer a sync API?