首页 > 解决方案 > 推特 Python API

问题描述

Python 中用于搜索用户的 Twitter API https://tweepy.readthedocs.io/en/v3.5.0/api.html#API.search_users

API.search_users(q[, per_page][, page])

参数:

  1. q – 针对人员搜索运行的查询。
  2. per_page – 指定要检索的状态数。不得大于 20。
  3. page – 指定要检索的结果页面。注意:有分页限制。

但是没有关于如何创建“q”的文档。有人可以帮我弄这个吗?

标签: pythontwittertweepy

解决方案


推荐阅读