We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# 查询城市对应编码 from qdata.baidu_index.config import PROVINCE_CODE, CITY_CODE print(PROVINCE_CODE) print(CITY_CODE) # 查询北京的指数 for index in get_search_index( keywords_list=keywords_list, start_date='2018-01-01', end_date='2019-05-01', cookies=cookies, area=911 ): print(index)
The text was updated successfully, but these errors were encountered:
感谢感谢!
Sorry, something went wrong.
您好,怎么在以前的format中也加上区域(省区)一列呢?
No branches or pull requests
The text was updated successfully, but these errors were encountered: