N
N
nikskononov2017-09-28 22:04:31
JavaScript
nikskononov, 2017-09-28 22:04:31

How to create a bot that itself performs actions on certain sites using Javascript?

I'm learning JavaScript and NodeJS. There was a desire, as a training project, to make a bot on Twitter that would repost certain tweets (without using the API).
In short, the bot enters something into the search, sees the feed of results and selects tweets from them according to criteria. All this should happen at the click of the user, but in the background.
For example, I enter keywords + the number of retweets + the delay between them (for example, retweet once an hour) and the bot performs the necessary actions in the background until I make a request to complete the reposts.
Tell me, what can I study on this topic (articles, JS sources, etc.) and what are the general names of such algorithms (for example, if I want to do something similar for any other site)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2017-09-28
@dimonchik2013

scraper, parser, http requests, human emulation

X
x67, 2017-09-29
@x67

Selenium, PhantomJS, many solutions. Google it will help you get answers on your own and faster.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question