L
L
Lord_Dantes2019-11-19 11:45:33
Parsing
Lord_Dantes, 2019-11-19 11:45:33

What should the action plan for parsing an Instagram page into a Telegram channel look like?

I apologize in advance for the wrong tags, since I'm a noob, I don't know exactly which ones can be set for parsing.
There is a page on Instagram (approximately: 3k entries), you need to somehow take one entry from there every day and publish it in a telegram channel. Also google this question, unfortunately I did not find anything other than this publication.
I need to take existing entries and publish them, let's say 3 times a day, in a telegram channel.
Tell me what you need to google or who to contact for a plan of action. What java should be used for this?
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Ekaterina Denisova, 2019-11-19
@Lord_Dantes

Get data from Instagram via API https://developers.facebook.com/docs/instagram-bas... , or you can parse the page directly. Telegrams also have an API for bots https://tlgrm.ru/docs/bots/api . You can post to a telegram channel through a telegram bot. The easiest way to do this is in PHP, and run the PHP script on a timer using cron. Accordingly, you will need a server - a regular hosting with PHP support. You can use special services, like Heroku, there is also a free option, but it is limited, i.e. brake.
On github, you can try to look for ready-made solutions, or combine a couple of ready-made solutions.

S
SEOD, 2019-11-19
@SEOVirus

To do this, you need to find libraries that work with the API of both social networks and connect them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question