D
D
DTX2018-11-19 15:14:04
JavaScript
DTX, 2018-11-19 15:14:04

How to track information on a site if it only runs normally in a browser?

I have an Angular website with websockets. Those. All data arrives in a protected form and it is almost impossible to figure it out there. I want to make an application that will open this site in a browser environment and use Javascript to search for the desired element on the page. Once every 30 minutes, the page will be updated just in case. And checking the desired element every 5 minutes. What is the easiest way to do this and how?
I plan to send notifications in telegram.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Stalker_RED, 2018-11-19
@DirecTwiX

selenium or headless chrome
Inject your code into the page, it does what it does, and sends the data to your application, which sends it to telegram, or wherever you need it.

V
VoidVolker, 2018-11-19
@VoidVolker

https://nwjs.io

V
Victor P., 2018-11-19
@Jeer

The chrome extension is just fuck, I've done this a hundred times

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question