B
B
Bogdan01102021-06-27 23:04:57
Python
Bogdan0110, 2021-06-27 23:04:57

How to create a bot for an unpopular messenger in python?

Hello! There is such an imo messenger, although it is not as popular as others ... I wanted to create a python bot, I searched on the Internet, I didn’t find anything, I also searched for pypi , nothing either. How can you create it? Goals of my bot: constant online, adding stories from "friends of friends" to myself. I also want to add that it does not require captcha verification....

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mikhail Krostelev, 2021-06-27
@twistfire92

well, if there are no ready-made libraries for working with this messenger, then you need to look for documentation on the API of this product. If the developers provided any API at all. And then already through HTTP requests/responses to work.

F
FlashBoy, 2021-06-28
@FlashBoy

Selenium will be very useful here. Eternal online - just program chromedriver to constantly walk through the tabs of this site, after logging in to your account. You can repost posts of friends of friends by ordinary parsing through the same selenium. First of all, you will, of course, need to log in to Google so that recaptcha does not pester you. But first learn selenium.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question