twython icon indicating copy to clipboard operation
twython copied to clipboard

Docstring is out of date?

Open scottpham opened this issue 7 years ago • 1 comments

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

scottpham avatar Jan 21 '18 23:01 scottpham

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

michaelhelmick avatar Jan 22 '18 14:01 michaelhelmick