Crawl the POI in the city through Baidu map API.
pip install -r requirements.txt- Log in to Baidu map open platform, creating web API and record AK.
cd python-mini-projects\projects\Baidu_POI_crawlpython main.py --ak yours_ak --city city_name --poi poi_name

