Use of python scripting for accessing indico

We have installed indico on our machine. Now we want to use the python scripting for accessing indico events through web browsers . Please help us to know how to do this.

What exactly are you trying to accomplish? I am not sure I understand your problem. Are you trying to scrape some event-related data from the webpage?

we want to build a web page in python to access and update indico events data

But why? Why can’t you use Indico directly to do that?

we are working on project which needs to send the alert on particular machines to inform them about events date and timing which are ongoing and are arranged in future thus we need to do this.

you could use indico’s http api for this

To machines? You can use the Reminders to send e-mail notifications about upcoming events. We also have HTTP API which you could use (https://docs.getindico.io/en/stable/http_api/)