Is it possible to get the “Popular times” information through the Google Places API

前端 未结 4 1839
不思量自难忘°
不思量自难忘° 2021-02-05 13:30

Is it possible to get the \"Popular times\" information through the Google Places API or any other API? I need this information to be displayed in my application for a particula

4条回答
  •  花落未央
    2021-02-05 13:54

    I haven't managed to test it myself but this is what populartimes offers to do in Python:

    import populartimes
    populartimes.get("your-api-key", ["bar"], (48.132986, 11.566126), (48.142199, 11.580047))
    

    More info on developer's github.

提交回复
热议问题