# gmap **Repository Path**: tudo/gmap ## Basic Information - **Project Name**: gmap - **Description**: 爬取高德地图的数据 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-08-01 - **Last Updated**: 2022-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #gmap 抓取高德地图景区数据 ``` func main() { gs := gmap.NewSpider() gs.TargetUrl = URL gs.D = time.Second * 2 gs.Run() } ```