Jul 5, 2016 at 5:39am UTC
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 Jul 5, 2016 at 5:40am UTC
Jul 5, 2016 at 9:11am UTC
I have heard that python is very useful in these stuff
Jul 5, 2016 at 1:05pm UTC
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