Python Forum
Scraping a javascript RSSI indicator
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scraping a javascript RSSI indicator
#2
I've seen this RSSI Bar on a Huawei LTE Router.
Press F12 before you open the status page and go to the network tab.
Observe the Requests. The Huawei LTE Router is doing many requests the whole time.
A JavaScript is replacing the elements in the DOM.

I made a session with requests and use the session to get as first the status page.
After this I was requesting the status, which I got from the network tab.

The message was XML.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
Scraping a javascript RSSI indicator - by jon333 - Aug-10-2017, 03:31 AM
RE: Scraping a javascript RSSI indicator - by DeaD_EyE - Aug-10-2017, 06:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem Converting Tradingview Indicator to Python code kralxs 1 511 Apr-27-2024, 06:10 PM
Last Post: kralxs
  CandleStick & MACD Indicator using plotly.graph_object bianca 0 700 Aug-18-2023, 06:46 PM
Last Post: bianca
Brick Javascript based web page scraping amjadraza26 1 1,595 Oct-21-2021, 09:36 AM
Last Post: Larz60+
  Web scraping Possible JavaScript issue johnboy1974 2 2,165 Apr-11-2021, 08:53 AM
Last Post: johnboy1974
  Progress Indicator for Xmodem 0.4.6 KenHorse 1 2,120 Jan-30-2021, 07:12 PM
Last Post: bowlofred
  Creating a list of RSSI value and send it to the server. Azuan 0 2,744 Jun-08-2020, 11:22 PM
Last Post: Azuan

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020