instagrapi
instagrapi copied to clipboard
Scheduled posts for creator (professional) accounts
Is your feature request related to a problem? Please describe. Instagram allows professional accounts to schedule posts up to 75 days out. I was wondering if it would be possible to include this as a feature in Instagrapi.
Describe the solution you'd like An implementation of this feature into client.photo_upload, an optional flag to schedule the post with a date/time formatted string as input.
Describe alternatives you've considered The obvious alternative I've considered is time.sleep() but obviously that would require the program to run while waiting, which isn't ideal.