Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question