Tkd-Alex / Telegram-InstaPy-Scheduling

A Telegram bot for scheduling InstaPy
152 stars 38 forks source link

[Question] How to set InstaPy's workspace. #38

Closed brunano21 closed 5 years ago

brunano21 commented 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!

tE3m commented 5 years ago

It's explained right there :grin: look under Custom Workspace

brunano21 commented 5 years ago

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\\")