Skip to content

Releases: python-twitter-tools/twitter

twitter-1.19.6

14 Sep 13:34
Compare
Choose a tag to compare
Using a ssl context object to avoid deprecation warnings in py3

twitter-1.19.5

14 Sep 09:49
Compare
Choose a tag to compare
Using certifi to find ssl cert for nontrivial python installations

twitter-2.0-alpha.2

14 Sep 13:39
Compare
Choose a tag to compare
twitter-2.0-alpha.2 Pre-release
Pre-release
Merge branch 'master' into api_v2

twitter-2.0-alpha.1

14 Sep 10:02
Compare
Choose a tag to compare
twitter-2.0-alpha.1 Pre-release
Pre-release
Merge branch 'master' into api_v2

twitter-1.19.4

25 Aug 08:49
Compare
Choose a tag to compare
fix JSONDecodeError missing for py2.7

Development unstable v2

17 Jan 14:28
Compare
Choose a tag to compare
Pre-release
twitter-2.0-alpha

WIP on README

twitter-1.19.3

18 Jun 10:39
Compare
Choose a tag to compare
catch jsondecode errors due to bad connections and handle them as twi…

…tter errors to allow retries

closes #410

twitter-1.19.2

03 Jun 16:39
Compare
Choose a tag to compare
reduce number of tests sending tweets from 6 to 2

Removed testing of route statuses.update_with_media but it's considered deprecated by Twitter even though it still works.

As a consequence, CI tests will only post 14 tweets instead of 42 each time now, so that we can avoid reaching the limit of 300 max every 3 hours and breaking the tests for no reason

twitter-1.19.1

31 May 17:33
Compare
Choose a tag to compare
fix SSL context not applied to all queries

twitter-1.19.0

31 May 16:24
Compare
Choose a tag to compare
remove warnings in tests for old python3 versions