the-convocation / twitter-scraper

A port of n0madic/twitter-scraper to Node.js.
https://the-convocation.github.io/twitter-scraper/
MIT License
211 stars 43 forks source link

randomize TLS ciphers #89

Closed catdevnull closed 4 months ago

catdevnull commented 5 months ago

https://github.com/imputnet/cobalt/pull/574

karashiiro commented 5 months ago

Linking #49, #77

karashiiro commented 5 months ago

This is pretty involved for this project because it's Node-specific, so it actually implies setting up a new build system that can support doing multiple builds for different platforms (otherwise we need to do dynamic requires which don't get transformed in esbuild, or bundlerless polyfills which aren't fun).

At that point it's trivial to tack #22 onto this too - got this implemented on a branch today. I still need to clean up a couple parts of this, but it does seem to help with 404s sometimes.