G
G
Geez362018-10-24 14:43:40
Programming
Geez36, 2018-10-24 14:43:40

How to poll an array of devices via the WEB interface?

There is a need to query an array of devices upon request, access to them is open only through the WEB interface (devices of the same type have the same interface).
The desired algorithm is as follows:
1 We take the address / password from the table (EXCEL), log in using it
2 Find the necessary parameters
3 Write in the same table
, etc. for each device
Tell me the easiest way to implement which tools are suitable for this
PS thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2018-10-24
@Geez36

What is the authorization? Http basic? Or an input form?
I think it’s easy to write in python, xlrd for excel, urllib for login, htmldom parsing is also full of libraries, half an hour - an hour - to write code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question