omkarcloud / botasaurus

The All in One Framework to build Awesome Scrapers.
https://www.omkar.cloud/botasaurus/
MIT License
1.14k stars 103 forks source link

Add option to disable folder making #98

Closed nikth0 closed 1 month ago

nikth0 commented 2 months ago

Hello, i'm currently trying to integrate this in AWS lambda and the problem i found is lambda cannot write into any directory other than /tmp/ so i want to change the directory of files instead of just defaulting it to os.getcwd(). Or could you create a flag to turn off the folder creation and all the features along with it. I'm not using them anyways. I just need the basic functionality.

🥺

@omkarcloud

Chetan11-dev commented 1 month ago

Done!

Please run the following commands:

python -m pip install bota botasaurus_api botasaurus_driver bota botasaurus-proxy-authentication botasaurus_server --upgrade

And read the documentation at https://github.com/omkarcloud/botasaurus.