title says all
@DavidMolinari do you personally use it? if so, It would be of great help if you show me yours settings and how you did it
If you're on windows just follow the guide :
You can use Window's built in Task Scheduler to automate InstaPy, using a variety of trigger types: time, login, computer idles, etc. To schedule a simple daily run of an Instapy script follow the below directions
crontab -e
And copy paste your line : Here is an example for executing your script every day at 8pm
0 20 * * * cd /home/user/InstaPy && /usr/bin/python ./quickstart.py
The syntax is :
[cron expression] cd [path to your instapy folder] && [path to your python binary] [path to your script]
You can check your cron expression on this website for example crontab.guru
thanks alot @DavidMolinari for your reply and i respect your time. But that's not what I mean... What I mean is how to increase or decrease the speed of liking in the software, so i can make it like 20 pictures per hour, and because the bot is too fast
@DavidMolinari I can't get it work with
`50 22 * * * cd /root/InstaPy && python3 quickstart.py
I have searched about the log files on google and on my lubuntu system and I'm not sure which one has the error.
I can get it working with python3, python command gives lots of crap.
`
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. > If this problem still occurs, please open a new issue
Most helpful comment
If you're on windows just follow the guide :
Windows Task Scheduler
You can use Window's built in Task Scheduler to automate InstaPy, using a variety of trigger types: time, login, computer idles, etc. To schedule a simple daily run of an Instapy script follow the below directions
so you type in your console :
And copy paste your line : Here is an example for executing your script every day at 8pm
The syntax is :
[cron expression] cd [path to your instapy folder] && [path to your python binary] [path to your script]
You can check your cron expression on this website for example crontab.guru