S
S
Space2015-10-24 20:44:50
PHP
Space, 2015-10-24 20:44:50

How do you write a bot on the web?

I want to make a bot that works not through the official API for Insta. Let him sign. Can I do it via cUrl like in php? I pass a link to a person, find the element I need and click - right?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
index0h, 2015-10-24
@index0h

Selenium, PhantomJS

E
Evgeny Svirsky, 2015-10-24
@e_svirsky

Well, you wrote correctly. You can use curl + phpQuery to navigate the DOM. Symphony has a Crawler component that comes with Symphony in a standard assembly.
Such a crawler can write such bots, the main thing is that it does not run into captcha... It is powerless here :)

I
Ilya Beloborodov, 2015-10-24
@kowap

With curl.
create a text cookie.txt file, substitute it like this
After authorization, insta will write cookies to this file, so the bot will be authorized

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question