A
A
Azat20152016-10-30 19:44:45
Programming
Azat2015, 2016-10-30 19:44:45

How to organize automatic publication of a picture in instagram?

There is a task: to automate the daily publication of a picture from the network with the same address (the picture itself changes, the file name is always the same).
All available services aimed at automating this process, as far as I could figure out, upload the specified picture to themselves immediately after the publication is scheduled. And I need to publish a picture that was created on the server five minutes before time X.
Maybe I missed some service? Or can the problem be solved programmatically?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
goooooch, 2016-10-30
@goooooch

You can programmatically, for example, in php. To do this, you need to register here https://www.instagram.com/developer/register/ , and write an application using, for example, this library https://github.com/cosenary/Instagram-PHP-API

I
Ilya Grebenkov, 2016-10-30
@ilyavii

Insta has its own api

A
Alexander Ivanov, 2016-10-30
@zalupadrakona

It is possible, in principle, to write, sniff requests and implement them through the requests library even without an API. It's not difficult, if necessary, I can throw an example of leaving a comment under the photo

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question