Simple python script that logs in into your account using InstaBot and posts a random photo each x hours using schedule.
pip install -r requirements.txt
Update your config.py with your details.
Change the amount of x hours you want a photo to be posted in main.py file at line 49.
schedule.every(4).hours.do(run_threaded, upload_pictures)
And run the script.
python main.py
If you want to use the script on a VPS, use a VPN from your country in order to avoid any issues with the authentication.
If the script does not work, try to change your account type to business.
Make sure the photos are in .jpg format.