html_for_tweet() parsingreturn_pages keyword argumentcreate_metadata endpointhtml_for_tweet()Twython.html_for_tweet()Twython.html_for_tweet()Twython.upload_video()upload_video endpointhtml_for_tweethtml_for_tweet method response when hashtag/mention is a substring of anotherlookup_status function to endpoints.pycursor to return full pages rather than individual resultscursor now uses while loop rather than recursionresponses to mock API calls in testsretry_after attribute to TwythonRateLimitErrorupload_media method to Twython in favor of update_with_mediaupdate_with_media per Twitter API 1.1 (https://dev.twitter.com/rest/reference/post/statuses/update_with_media)requests and requests-oauthlib in requirements.txtrequests version to 2.1.0.Exceptions in handlers or on_success which subclass ValueError would previously be caught and reported as a JSON decoding problem, and on_error() would be called (with status_code=200)get_authorized_tokenssetup causing installation to fail on some devices (eg. Nokia N9/MeeGo)html_for_tweet static method. This method accepts a tweet object returned from a Twitter API call and will return a string with urls, mentions and hashtags in the tweet replaced with HTML.client_args to the streaming __init__, much like in core Twython (you can pass headers, timeout, hooks, proxies, etc.).handlers which accepts a list of strings related to functions that are apart of the Streaming class and start with "on_". i.e. ['delete'] is passed, when 'delete' is received from a stream response; on_delete will be called.RequestException is raised, it is caught and a TwythonError is raised instead for convenience.iter_mode will be able to be passed to Twython.cursor and returned as a generator.Twython.search_gen has been deprecated. Please use twitter.cursor(twitter.search, q='your_query') instead, where twitter is your Twython instance.get_list_memberships, get_twitter_configuration, get_supported_languages, get_privacy_policy, get_tosauth_endpoint parameter to Twython. __init__ for cases when the right parameters weren't being shown during the authentication step._transparent_params so when passed True or False or an array, etc. Twython formats it to meet Twitter parameter standards (i.e. ['ryanmcgrath', 'mikehelmick', 'twitterapi'] would convert to string 'ryanmcgrath,mikehelmick,twitterapi')requests version to 2.1.0.Exceptions in handlers or on_success which subclass ValueError would previously be caught and reported as a JSON decoding problem, and on_error() would be called (with status_code=200)get_authorized_tokenssetup causing installation to fail on some devices (eg. Nokia N9/MeeGo)html_for_tweet static method. This method accepts a tweet object returned from a Twitter API call and will return a string with urls, mentions and hashtags in the tweet replaced with HTML.client_args to the streaming __init__, much like in core Twython (you can pass headers, timeout, hooks, proxies, etc.).handlers which accepts a list of strings related to functions that are apart of the Streaming class and start with "on_". i.e. ['delete'] is passed, when 'delete' is received from a stream response; on_delete will be called.RequestException is raised, it is caught and a TwythonError is raised instead for convenience.iter_mode will be able to be passed to Twython.cursor and returned as a generator.Twython.search_gen has been deprecated. Please use twitter.cursor(twitter.search, q='your_query') instead, where twitter is your Twython instance.get_list_memberships, get_twitter_configuration, get_supported_languages, get_privacy_policy, get_tosauth_endpoint parameter to Twython.__init__ for cases when the right parameters weren't being shown during the authentication step._transparent_params so when passed True or False or an array, etc. Twython formats it to meet Twitter parameter standards (i.e. ['ryanmcgrath', 'mikehelmick', 'twitterapi'] would convert to string 'ryanmcgrath,mikehelmick,twitterapi')