You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the docstring on many functions are out of date. Namely, the URL references to Twitter documentation are incorrect.
For instance, the docstring for Twython.search returns:
search(self, **params)
Returns a collection of relevant Tweets matching a specified query.
Docs: https://dev.twitter.com/docs/api/1.1/get/search/tweets
Hi @scottpham, thanks for pointing this out. The docs point to their old documentation. Feel free to open up a pull request replacing all the references to dev.twitter.com
It looks like the docstring on many functions are out of date. Namely, the URL references to Twitter documentation are incorrect.
For instance, the docstring for
Twython.search
returns:The url given 404s. In this case I think it should be https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html
The text was updated successfully, but these errors were encountered: