How to download the data from the website automatically?

Hi,

I want to download the data from a website daily.
Is that possible to save the data automatically from the url by any script or code.
https://www.hyderabadwater.gov.in/en/index.php/more/water-levels-reservoirs

In this website each time i have to enter the date and downloading the data manually.

i want to know the possible way to download it by coding.

please let me know if anyone has come across this sorts of work.

thanks
Last edited on
If you use Windows you can easily download the website:
https://msdn.microsoft.com/en-us/library/ms775123(v=vs.85).aspx
However extracting the information you need is not so trivial but can be done with regular expresssions.
I have heard that python is very useful in these stuff
First, read the html/javascript source and try to find an entry point through which you can automate, if not, you can use some library like beautifulsoup in python
Topic archived. No new replies allowed.