atom-community / atom-script

:runner: Run ( scripts | selections | source ) in Atom
https://atom.io/packages/script
MIT License
733 stars 269 forks source link

python html requests handled inefficiently, running into forcepoint filtering #2685

Open ThomasKauf opened 2 years ago

ThomasKauf commented 2 years ago

When using script to run python scripts containing the responses python packages, it seems to launch a browser in the background. In my case, a request.get() gets a block from forcepoint enabled systems when used with script. Works fine with IDLE and when called from command line as process or interactive console. Any way to optimize this?