tweepy.git
10 years agoAllow passing a file object to _pack_image and related endpoints
Aaron Hill [Thu, 24 Apr 2014 19:21:52 +0000 (15:21 -0400)]
Allow passing a file object to _pack_image and related endpoints

10 years agoFix _run method
Aaron Hill [Sat, 19 Apr 2014 12:46:11 +0000 (08:46 -0400)]
Fix _run method

10 years agoMerge pull request #418 from marianitadn/log-location-error
Aaron1011 [Sat, 19 Apr 2014 10:39:25 +0000 (06:39 -0400)]
Merge pull request #418 from marianitadn/log-location-error

Raise error if the locations list has the wrong length

10 years agoRaise error if locations list has the wrong length
marianitadn [Wed, 16 Apr 2014 11:48:01 +0000 (14:48 +0300)]
Raise error if locations list has the wrong length

10 years agoFix wait_on_rate_limit_notify
Aaron Hill [Sat, 19 Apr 2014 01:38:17 +0000 (21:38 -0400)]
Fix wait_on_rate_limit_notify

10 years agoMake IdIterator not dependent on the parser being used
Aaron Hill [Fri, 18 Apr 2014 23:35:10 +0000 (19:35 -0400)]
Make IdIterator not dependent on the parser being used

10 years agoMerge pull request #415 from cpcoats/master
Aaron1011 [Fri, 18 Apr 2014 23:33:45 +0000 (19:33 -0400)]
Merge pull request #415 from cpcoats/master

added feature for printing remaining time when max retries reached

10 years agoremoving extra whitespace
Cody Coats [Fri, 18 Apr 2014 23:27:46 +0000 (19:27 -0400)]
removing extra whitespace

10 years agoadded feature for printing remaining time when max retries reached
Cody Coats [Fri, 18 Apr 2014 23:20:35 +0000 (19:20 -0400)]
added feature for printing remaining time when max retries reached

10 years agoCheck against self._remaining_calls, not rem_calls
Aaron Hill [Fri, 18 Apr 2014 20:10:41 +0000 (16:10 -0400)]
Check against self._remaining_calls, not rem_calls

10 years agoAlways expose remaining calls and reset time
Aaron Hill [Fri, 18 Apr 2014 19:05:50 +0000 (15:05 -0400)]
Always expose remaining calls and reset time

10 years agoMerge pull request #390 from nirg/monitor_rate_limit
Aaron1011 [Fri, 18 Apr 2014 18:57:28 +0000 (14:57 -0400)]
Merge pull request #390 from nirg/monitor_rate_limit

Added monitoring of api rate limits and waiting for replenishment.

10 years agoMerge pull request #413 from shogo82148/application-only-authentication
Aaron1011 [Thu, 17 Apr 2014 19:33:59 +0000 (15:33 -0400)]
Merge pull request #413 from shogo82148/application-only-authentication

support application-only auth

10 years agosupport application-only auth
Ichinose Shogo [Thu, 17 Apr 2014 11:30:47 +0000 (20:30 +0900)]
support application-only auth

10 years agoChange all uses of 'count' to 'num_tweets'
Aaron Hill [Sun, 13 Apr 2014 23:42:34 +0000 (19:42 -0400)]
Change all uses of 'count' to 'num_tweets'

'Count' is also a parameter accepted by Twitter, which can cause some
confusion when looking at the code.

10 years agoMerge pull request #409 from ruxandraburtica/userstream-parameters
Aaron1011 [Sun, 13 Apr 2014 22:40:02 +0000 (18:40 -0400)]
Merge pull request #409 from ruxandraburtica/userstream-parameters

Stream's userstream method does not accept parameters

10 years agoDon't make an unnecessary API call in PageIterator
Aaron Hill [Sun, 13 Apr 2014 19:45:38 +0000 (15:45 -0400)]
Don't make an unnecessary API call in PageIterator

10 years agoMake IdIerator work correctly (Finally!)
Aaron Hill [Sat, 12 Apr 2014 21:32:05 +0000 (17:32 -0400)]
Make IdIerator work correctly (Finally!)

The IdIterator class now correctly requests new pages of results. It
doesn't allow going back past the first page requested by next(), as
there's no way to do this properly with Twitter's API.

10 years agoMerge pull request #308 from drevicko/search-1.1-cursor-fix
Aaron1011 [Wed, 9 Apr 2014 17:05:23 +0000 (13:05 -0400)]
Merge pull request #308 from drevicko/search-1.1-cursor-fix

should fix issue 303

10 years agoUpdate 'Getting Started' page
Aaron Hill [Wed, 9 Apr 2014 10:25:55 +0000 (06:25 -0400)]
Update 'Getting Started' page

10 years agoRemove test() method from the docs
Aaron Hill [Wed, 9 Apr 2014 10:19:50 +0000 (06:19 -0400)]
Remove test() method from the docs

10 years agoRevert "Don't add 'delimited=length' to self.parameters"
Aaron Hill [Tue, 8 Apr 2014 19:51:02 +0000 (15:51 -0400)]
Revert "Don't add 'delimited=length' to self.parameters"

This reverts commit 4374ec2f0b5030a3d234d8ee3d60e559e2ef3910.
Until I figure out what's going on with 'delimited=length', I'm going to
leave things as-is.

10 years agoDon't add 'delimited=length' to self.parameters
Aaron Hill [Tue, 8 Apr 2014 19:34:32 +0000 (15:34 -0400)]
Don't add 'delimited=length' to self.parameters

10 years agoRemove 'count' parameter from endpoint that no longer support it
Aaron Hill [Tue, 8 Apr 2014 19:23:12 +0000 (15:23 -0400)]
Remove 'count' parameter from endpoint that no longer support it

10 years agoStream - add all parameters to the URL when making UserStream requests.
Ruxandra Burtica [Tue, 8 Apr 2014 14:24:21 +0000 (17:24 +0300)]
Stream - add all parameters to the URL when making UserStream requests.

10 years agoAdded failing test for connecting to userstream with parameters.
Ruxandra Burtica [Tue, 8 Apr 2014 14:23:03 +0000 (17:23 +0300)]
Added failing test for connecting to userstream with parameters.

10 years agoMerge pull request #408 from jonathanronen/master
Aaron1011 [Sat, 5 Apr 2014 00:50:06 +0000 (20:50 -0400)]
Merge pull request #408 from jonathanronen/master

Add _json field to user and status models

10 years agoAdd _json field to user and status models, including entire twitter json object
Jonathan Ronen [Fri, 4 Apr 2014 22:10:59 +0000 (18:10 -0400)]
Add _json field to user and status models, including entire twitter json object

10 years agoMerge pull request #407 from pikeas/master
Aaron1011 [Fri, 4 Apr 2014 00:42:31 +0000 (20:42 -0400)]
Merge pull request #407 from pikeas/master

Only call _data if stream.running=True

10 years agoOnly call _data if stream.running=True
Aris Pikeas [Thu, 3 Apr 2014 23:43:45 +0000 (16:43 -0700)]
Only call _data if stream.running=True

Not sure why an extra delimiter int is spit out when you disconnect, but this should be enough of a bandaid.

10 years agoRevert "Disable record.json upload for now."
Aaron Hill [Fri, 28 Mar 2014 23:35:54 +0000 (19:35 -0400)]
Revert "Disable record.json upload for now."

This reverts commit 13ef8534bf1468883d48d6236b7ed5cbffa13f3d
I'm re-enabling uploading to debug it.

10 years agoDeploy from production branch.
Joshua Roesslein [Tue, 18 Mar 2014 06:22:46 +0000 (23:22 -0700)]
Deploy from production branch.

[skip ci]

10 years agoRelease 2.3.
Joshua Roesslein [Tue, 18 Mar 2014 06:03:08 +0000 (23:03 -0700)]
Release 2.3.

10 years agoDisable record.json upload for now.
Joshua Roesslein [Tue, 18 Mar 2014 04:28:15 +0000 (21:28 -0700)]
Disable record.json upload for now.

10 years agoOnly run tests agains Twitter API on production branch.
Joshua Roesslein [Tue, 18 Mar 2014 04:05:38 +0000 (21:05 -0700)]
Only run tests agains Twitter API on production branch.

10 years agoDisable failing test.
Joshua Roesslein [Sun, 16 Mar 2014 23:31:17 +0000 (16:31 -0700)]
Disable failing test.

10 years agoMerge pull request #401 from tweepy/s3_upload
Joshua Roesslein [Sun, 16 Mar 2014 23:20:09 +0000 (16:20 -0700)]
Merge pull request #401 from tweepy/s3_upload

Upload HTTP record to S3 after a successful test

10 years agoAdd S3 keys and bucket name.
Joshua Roesslein [Sun, 16 Mar 2014 23:17:09 +0000 (16:17 -0700)]
Add S3 keys and bucket name.

10 years agoAdd __init__.py to examples
Aaron Hill [Mon, 10 Mar 2014 20:53:54 +0000 (16:53 -0400)]
Add __init__.py to examples

This allows the modules in examples to be imported from outside the
examples directory.

10 years agoUpdated parameters for search_users
Aaron Hill [Sun, 9 Mar 2014 16:57:35 +0000 (12:57 -0400)]
Updated parameters for search_users

10 years agoUpload HTTP record to S3 after a successful test
Aaron Hill [Sun, 9 Mar 2014 16:47:23 +0000 (12:47 -0400)]
Upload HTTP record to S3 after a successful test

10 years agoDisable Python 2.6 matrix.
Joshua Roesslein [Fri, 7 Mar 2014 03:43:43 +0000 (19:43 -0800)]
Disable Python 2.6 matrix.

There is some state issue with multiple matrices running the tests at
the same time. Need to update the tests to not conflict.

10 years agoEnable PyPI deployments.
Joshua Roesslein [Fri, 7 Mar 2014 03:40:00 +0000 (19:40 -0800)]
Enable PyPI deployments.

10 years agoUse new print syntax in cache
Aaron Hill [Fri, 21 Feb 2014 19:50:09 +0000 (14:50 -0500)]
Use new print syntax in cache

10 years agoUse new print syntax for Python 3 compatibility
Aaron Hill [Fri, 21 Feb 2014 11:45:46 +0000 (06:45 -0500)]
Use new print syntax for Python 3 compatibility

10 years agoRemove unused import
Aaron Hill [Fri, 21 Feb 2014 00:48:20 +0000 (19:48 -0500)]
Remove unused import

10 years agoUse new exception-related syntax for Python 3 compatibility
Aaron Hill [Fri, 21 Feb 2014 00:46:41 +0000 (19:46 -0500)]
Use new exception-related syntax for Python 3 compatibility

10 years agoMerge pull request #252 from inactivist/add-model-repr
Aaron1011 [Thu, 20 Feb 2014 23:59:12 +0000 (18:59 -0500)]
Merge pull request #252 from inactivist/add-model-repr

Basic Model __repr__ implementation (issue #251)

10 years agoMerge pull request #389 from NoMoKeTo/patch-1
Aaron1011 [Thu, 20 Feb 2014 23:54:09 +0000 (18:54 -0500)]
Merge pull request #389 from NoMoKeTo/patch-1

More Precision in Coordinate-Search

10 years agoFixed typo
Aaron1011 [Thu, 20 Feb 2014 23:53:25 +0000 (18:53 -0500)]
Fixed typo

10 years agoMerge pull request #392 from tweepy/new_docs
Aaron1011 [Thu, 20 Feb 2014 19:54:49 +0000 (14:54 -0500)]
Merge pull request #392 from tweepy/new_docs

Create new docs

10 years agoRemove public_timeline method, which no longer exists
Aaron Hill [Tue, 18 Feb 2014 20:04:18 +0000 (15:04 -0500)]
Remove public_timeline method, which no longer exists

10 years agoRemoved BasicAuth code snippet
Aaron Hill [Tue, 18 Feb 2014 20:00:23 +0000 (15:00 -0500)]
Removed BasicAuth code snippet

10 years agoRemoved Basic Auth references
Aaron Hill [Tue, 18 Feb 2014 19:55:07 +0000 (14:55 -0500)]
Removed Basic Auth references

10 years agoRevert "Create new blank sphinx docs."
Aaron Hill [Tue, 18 Feb 2014 19:25:37 +0000 (14:25 -0500)]
Revert "Create new blank sphinx docs."

This reverts commit 2162d65483de7a419ccfd65b0d0b14dfeb70ccfa.

Conflicts:
docs/conf.py
docs/index.rst

10 years agoAdded monitoring of api rate limits and waiting for replenishment.
Nir Grinberg [Sun, 9 Feb 2014 05:18:20 +0000 (00:18 -0500)]
Added monitoring of api rate limits and waiting for replenishment.

10 years agoMore Precision in Coordinate-Search
NoMoKeTo [Mon, 27 Jan 2014 19:52:57 +0000 (20:52 +0100)]
More Precision in Coordinate-Search

10 years agoUpdated userstream parameters
Aaron Hill [Tue, 21 Jan 2014 00:43:05 +0000 (19:43 -0500)]
Updated userstream parameters

10 years agoUse STREAM_VERSION in userstream endpoint
Aaron Hill [Tue, 21 Jan 2014 00:28:47 +0000 (19:28 -0500)]
Use STREAM_VERSION in userstream endpoint

10 years agoRelease 2.2
Joshua Roesslein [Mon, 20 Jan 2014 18:39:32 +0000 (10:39 -0800)]
Release 2.2

10 years agoAdd more changelog notes for 2.2 release.
Joshua Roesslein [Mon, 20 Jan 2014 18:30:22 +0000 (10:30 -0800)]
Add more changelog notes for 2.2 release.

[skip ci]

10 years agoAdd contributor.
Joshua Roesslein [Mon, 20 Jan 2014 18:19:46 +0000 (10:19 -0800)]
Add contributor.

[ci skip]

10 years agoAuth handlers should use HTTPS by default.
Joshua Roesslein [Thu, 16 Jan 2014 02:53:46 +0000 (18:53 -0800)]
Auth handlers should use HTTPS by default.

10 years agoEnable fast finishing on Travis CI
Aaron Hill [Wed, 8 Jan 2014 19:53:42 +0000 (14:53 -0500)]
Enable fast finishing on Travis CI

10 years agoAdd additional parameters for followers/list
Aaron Hill [Tue, 7 Jan 2014 22:03:40 +0000 (17:03 -0500)]
Add additional parameters for followers/list

10 years agoMerge pull request #376 from AbhishekGahlot/master
Aaron Hill [Tue, 7 Jan 2014 22:01:29 +0000 (14:01 -0800)]
Merge pull request #376 from AbhishekGahlot/master

Added count field to followers list

10 years agoAdded count field to followers list
Abhishek Gahlot [Tue, 7 Jan 2014 21:55:29 +0000 (03:25 +0530)]
Added count field to followers list

10 years agoFix syntax error caused by bad merge.
Joshua Roesslein [Fri, 27 Dec 2013 18:44:35 +0000 (12:44 -0600)]
Fix syntax error caused by bad merge.

10 years agoMerge pull request #235.
Joshua Roesslein [Fri, 27 Dec 2013 18:14:39 +0000 (12:14 -0600)]
Merge pull request #235.

Conflicts:
tweepy/api.py

10 years agoSupport setting the starting cursor position...
Ruxandra Burtica [Fri, 27 Dec 2013 18:04:19 +0000 (12:04 -0600)]
Support setting the starting cursor position...

Ex: Cursor(api.friends_ids, cursor=123456)

The cursor will start iterating at position 12456 rather
than the first "page" (position -1).

Based on original work by Ruxandra Burtica in Pull request #194.

10 years agoMerge pull request #309 from drevicko/fix-missing-params-metadata
Aaron Hill [Wed, 25 Dec 2013 12:25:06 +0000 (04:25 -0800)]
Merge pull request #309 from drevicko/fix-missing-params-metadata

added missing search params and search results metadata

10 years agoMerge rebased branch 'master' into fix-missing-params-metadata
drevicko [Mon, 23 Dec 2013 23:22:00 +0000 (10:22 +1100)]
Merge rebased branch 'master' into fix-missing-params-metadata

Conflicts:
tweepy/api.py

10 years agoMerge pull request #142 from danfairs/unicode-track-follow
Aaron Hill [Sun, 22 Dec 2013 13:54:03 +0000 (08:54 -0500)]
Merge pull request #142 from danfairs/unicode-track-follow

Encode track and follow parameters to UTF8. Blindly calling str()
will cause a UnicodeEncodeError as the ascii codec is used.

10 years agoEncode track and follow parameters to UTF8. Blindly calling str() will cause a Unicod...
Dan Fairs [Tue, 17 Jan 2012 12:17:33 +0000 (12:17 +0000)]
Encode track and follow parameters to UTF8. Blindly calling str() will cause a UnicodeEncodeError as the ascii codec is used.

10 years agoFix update_with_media test
Aaron Hill [Sun, 22 Dec 2013 12:01:32 +0000 (07:01 -0500)]
Fix update_with_media test

Twitter puts a t.co link in the tweet

10 years agoMerge pull request #244 from paulofreitas/patch-1
Aaron Hill [Sun, 22 Dec 2013 04:00:26 +0000 (20:00 -0800)]
Merge pull request #244 from paulofreitas/patch-1

Fixed broken User.lists() API call

10 years agoMerge pull request #364 from vmeyet/update-status-with-media
Aaron Hill [Sun, 22 Dec 2013 03:47:02 +0000 (22:47 -0500)]
Merge pull request #364 from vmeyet/update-status-with-media

Add statuses/update_with_media feature

10 years agoupdate-status-with-media add update with media feature
Vivien Meyet [Thu, 21 Nov 2013 11:00:52 +0000 (11:00 +0000)]
update-status-with-media add update with media feature

10 years agoAdd API.cached_result.
Joshua Roesslein [Sun, 22 Dec 2013 01:42:09 +0000 (17:42 -0800)]
Add API.cached_result.

This will be True if the last result was cached.
Otherwise this will be False if the result was freshly
requested from the Twitter API servers.

10 years agoOnly use master branch for build status
Aaron Hill [Sat, 21 Dec 2013 21:11:05 +0000 (16:11 -0500)]
Only use master branch for build status

10 years agoMerge pull request #374 from selentium/master
Aaron Hill [Sat, 21 Dec 2013 21:06:48 +0000 (13:06 -0800)]
Merge pull request #374 from selentium/master

Added count parameter to search API method

10 years agoAdded count parameter to search API method
Vladimir [Sat, 21 Dec 2013 20:12:49 +0000 (01:12 +0500)]
Added count parameter to search API method

10 years agoMerge branch 'backoff' of https://github.com/tewalds/tweepy into tewalds-backoff
Aaron Hill [Sat, 21 Dec 2013 01:56:24 +0000 (20:56 -0500)]
Merge branch 'backoff' of https://github.com/tewalds/tweepy into tewalds-backoff

Conflicts:
test_requirements.txt
tweepy/streaming.py

10 years agoMerge pull request #354 from lysol/master
Aaron Hill [Sat, 21 Dec 2013 01:34:26 +0000 (17:34 -0800)]
Merge pull request #354 from lysol/master

Add unicode type detection for consumer key/secret

10 years agoMerge pull request #363 from iamedd/master
Aaron Hill [Sat, 21 Dec 2013 01:27:21 +0000 (17:27 -0800)]
Merge pull request #363 from iamedd/master

Added new param (include_rts) to list_timeline

10 years agoMake Python 2.6 an allowed failure on Travis CI
Aaron Hill [Fri, 20 Dec 2013 01:39:35 +0000 (20:39 -0500)]
Make Python 2.6 an allowed failure on Travis CI

Until httreplay supports Python 2.6, or I find another library that
does, pull request testing won't work with Python 2.6.

10 years agoMerge pull request #372 from Aaron1011/unittest2
Aaron Hill [Wed, 18 Dec 2013 20:55:30 +0000 (12:55 -0800)]
Merge pull request #372 from Aaron1011/unittest2

Use unittest2 for Python 2.6 compatibility

10 years agoUse unittest2 for Python 2.6 compatibility
Aaron Hill [Wed, 18 Dec 2013 20:44:06 +0000 (15:44 -0500)]
Use unittest2 for Python 2.6 compatibility

10 years agoUpdate year in LICENSE
Aaron Hill [Wed, 18 Dec 2013 20:22:40 +0000 (15:22 -0500)]
Update year in LICENSE

10 years agoMerge pull request #366 from semnil/master
Aaron Hill [Wed, 18 Dec 2013 20:16:04 +0000 (12:16 -0800)]
Merge pull request #366 from semnil/master

Add some callback methods.

10 years agoMerge pull request #326 from Aaron1011/python_6
Aaron Hill [Wed, 18 Dec 2013 19:53:33 +0000 (11:53 -0800)]
Merge pull request #326 from Aaron1011/python_6

Added Python 2.6 to .travis.yml

10 years agoAdd Python 2.6 to .travis.yml
Aaron Hill [Wed, 18 Dec 2013 19:52:52 +0000 (14:52 -0500)]
Add Python 2.6 to .travis.yml

10 years agoMerge pull request #352 from Aaron1011/contribute
Aaron Hill [Wed, 18 Dec 2013 19:49:07 +0000 (11:49 -0800)]
Merge pull request #352 from Aaron1011/contribute

Added Aaron Hill to CONTRIBUTORS

10 years agoAdded Aaron Hill to CONTRIBUTORS
Aaron Hill [Sat, 24 Aug 2013 21:22:26 +0000 (17:22 -0400)]
Added Aaron Hill to CONTRIBUTORS

10 years agoMerge pull request #369 from govind-menon/master
Joshua Roesslein [Tue, 3 Dec 2013 05:51:39 +0000 (21:51 -0800)]
Merge pull request #369 from govind-menon/master

Added supported languages from help/languages

10 years agoAdded supported languages from help/languages
Go Wind [Tue, 3 Dec 2013 03:33:27 +0000 (22:33 -0500)]
Added supported languages from help/languages

10 years agoMerge pull request #365 from scottbarr/master
Joshua Roesslein [Sun, 1 Dec 2013 18:28:16 +0000 (10:28 -0800)]
Merge pull request #365 from scottbarr/master

SSL related changes submitted by @almost in pull request tweepy/132

10 years agoAdd some callback methods.
Tetsuya Shinone [Sat, 30 Nov 2013 00:49:24 +0000 (09:49 +0900)]
Add some callback methods.

10 years agoSSL related changes submitted by @almost in pull request tweepy/132
Scott Barr [Thu, 28 Nov 2013 04:44:07 +0000 (12:44 +0800)]
SSL related changes submitted by @almost in pull request tweepy/132

This commit contains the SSL related changes submitted by @almost in
tweepy/132

I didn't include the delimited changes because this change has not been
merged upstream yet, maybe because the changes are not separate.

10 years agoAdded new param (include_rts) to list_timeline
iamedd [Fri, 15 Nov 2013 00:31:36 +0000 (18:31 -0600)]
Added new param (include_rts) to list_timeline