Closed brunano21 closed 5 years ago
With InstaPy, there is the possibility to set its workspace, where db and logs are stored. How can I achieve the same if I'm using the telegram bot? Thanks!
It's explained right there :grin: look under Custom Workspace
So, are you saying I can put the following into scripts.py too?
from instapy import set_workspace set_workspace("C:\\My\\Custom\\Path\\InstaPy\\")
With InstaPy, there is the possibility to set its workspace, where db and logs are stored. How can I achieve the same if I'm using the telegram bot? Thanks!