Update count parameter for search_users and list_timeline
authorTaylor Corbett <G.Taylor.Corbett@gmail.com>
Fri, 27 Apr 2018 21:11:34 +0000 (17:11 -0400)
committerGitHub <noreply@github.com>
Fri, 27 Apr 2018 21:11:34 +0000 (17:11 -0400)
commit72a6ca6f1b40a9ce6b63a4f51d308d6dfe2b4f95
tree5caea3bc4f9ba40c851d39300b7dce22898dc523
parentdfa8e1ed3856d8eac844a10deaf2e170b021e0b2
Update count parameter for search_users and list_timeline

Twitter's API no longer supports "per_page" as a parameter for search_users and list_timeline. Instead, "count" must be used. This is reflected in the most recent Twitter API Documentation. I validated that the "count" parameter works for both search_users and list_timeline using Tweepy 3.6.
docs/api.rst