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