Back to Python Mini Projects

Script Title

projects/Baidu_POI_crawl/README.md

latest995 B
Original Source

Script Title

<!--Remove the below lines and add yours -->

Crawl the POI in the city through Baidu map API.

Prerequisites

<!--Remove the below lines and add yours -->
  1. pip install -r requirements.txt
  2. Log in to Baidu map open platform, creating web API and record AK.

How to run the script

<!--Remove the below lines and add yours -->
  1. cd python-mini-projects\projects\Baidu_POI_crawl
  2. python main.py --ak yours_ak --city city_name --poi poi_name

Screenshot/GIF showing the sample use of the script

<!--Remove the below lines and add yours -->

Author Name

<!--Remove the below lines and add yours -->

YiZhou Chen