You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package has been very useful so far! However, one concern I have is with the automatic creation of the data folder. This folder can be created haphazardly when using crontabs or complex applications that rely on a predictable location/naming of the data folder (the directory that is created when scraper runs). My question is, is it currently possible to customize this location/name and, if not, would it be possible to create an addition to customize this in some way?
Thanks as always!
-Vishal
The text was updated successfully, but these errors were encountered:
save_json in utils is the file to edit. therefore to update this, you need to edit the library files. I recommend doing a venv where you mess with it in there. then just change utils.py to have the save_json you need.
Hi Trevor,
This package has been very useful so far! However, one concern I have is with the automatic creation of the data folder. This folder can be created haphazardly when using crontabs or complex applications that rely on a predictable location/naming of the data folder (the directory that is created when scraper runs). My question is, is it currently possible to customize this location/name and, if not, would it be possible to create an addition to customize this in some way?
Thanks as always!
-Vishal
The text was updated successfully, but these errors were encountered: