twython
twython copied to clipboard
Docstring is out of date?
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
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
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