Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
761246eb
Unverified
Commit
761246eb
authored
Jun 02, 2018
by
Joshua Roesslein
Committed by
GitHub
Jun 02, 2018
Browse files
Merge pull request #1037 from data4d/master
Update count parameter for search_users and list_timeline
parents
18dad6f8
72a6ca6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/api.rst
View file @
761246eb
...
...
@@ -209,7 +209,7 @@ User methods
:param cursor: |cursor|
:rtype: list of :class:`User` objects
.. method:: API.search_users(q, [
per_page
], [page])
.. method:: API.search_users(q, [
count
], [page])
Run a search for users similar to Find People button on Twitter.com;
the same results returned by people search on Twitter.com will be
...
...
@@ -218,7 +218,7 @@ User methods
this API.
:param q: The query to run against people search.
:param
per_page
: Specifies the number of statuses to retrieve. May not be greater than 20.
:param
count
: Specifies the number of statuses to retrieve. May not be greater than 20.
:param page: |page|
:rtype: list of :class:`User` objects
...
...
@@ -613,7 +613,7 @@ List Methods
:rtype: list of :class:`List` objects
.. method:: API.list_timeline(owner, slug, [since_id], [max_id], [
per_page
], [page])
.. method:: API.list_timeline(owner, slug, [since_id], [max_id], [
count
], [page])
Show tweet timeline for members of the specified list.
...
...
@@ -621,7 +621,7 @@ List Methods
:param slug: |slug|
:param since_id: |since_id|
:param max_id: |max_id|
:param
per_page
: Number of results per a page
:param
count
: Number of results per a page
:param page: |page|
:rtype: list of :class:`Status` objects
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment