0

suppose i want to collect all the weather information of all city.

i don't want to collect it manually or even from a particular weather API. All i want from all kind of existing websites. i want to collect those data. then i want to process those data, according to my requirement. I want to create a bot who can dynamically read all data from existing websites.

I am beginner, please advice me how can i do this job. Also tell me whether is it can be possible or not.

Nakul23
  • 57
  • 2
  • 9
  • You're question is very broad. To start, I'd just create a list of all the weather API's I want to request data from and create an algorithm to average the data out. – clabe45 Aug 21 '17 at 03:33
  • basically my intention is to create a intelligence bot....i dont want to create a list of weather API's manually.....automatically it searchers the web...and categorized that who are provides the weathers info.....then from them it shows me result – Nakul23 Aug 21 '17 at 04:05
  • How do you think you would go about that? I would collect the weather API's manually. – clabe45 Aug 21 '17 at 04:07
  • so its not possible...? – Nakul23 Aug 21 '17 at 04:10
  • Well, it's possible, it's just that the work involved to create the technology to search the web for weather API's seems a little not-worth-it. – clabe45 Aug 21 '17 at 04:11
  • its only example of weather......my intention is so big.....collect vast info from web – Nakul23 Aug 21 '17 at 04:13
  • It looks like you're trying to do two things: find multiple API's and then collect data from them and average it all out. I would suggest first looking at three or four APIs, and then focusing on an averaging-algorithm. – clabe45 Aug 21 '17 at 04:15
  • please tell me how can i do this..... – Nakul23 Aug 21 '17 at 04:16
  • Tell me how you would do it please – clabe45 Aug 21 '17 at 04:16
  • say an example. theirs are lot of website provides hotel booking information and also provides price..i don't want to list all this kind of website manually...all i want to create an algorithm....which searches in the web ....and show me all hotel rooms price for different websites for a particular location. for price comparison purpose... – Nakul23 Aug 21 '17 at 04:25
  • That's a difficult task, but if you're up to it, you can do it... – clabe45 Aug 21 '17 at 04:26

0 Answers0