tweepy.git
6 years agoMerge pull request #1043 from hugovk/rm-eol
Joshua Roesslein [Sat, 2 Jun 2018 22:46:05 +0000 (17:46 -0500)]
Merge pull request #1043 from hugovk/rm-eol

Remove redundant Python 2.6 and 3.3 code

6 years agoMerge pull request #1027 from tweepy/fix-1026
Joshua Roesslein [Thu, 31 May 2018 18:19:12 +0000 (13:19 -0500)]
Merge pull request #1027 from tweepy/fix-1026

Fix bug where streaming throws an exception after long use

6 years agoUnnecessary list call - rewrite as a literal
Hugo [Mon, 14 May 2018 13:16:05 +0000 (16:16 +0300)]
Unnecessary list call - rewrite as a literal

6 years agoUnnecessary list comprehension - 'any' can take a generator
Hugo [Mon, 14 May 2018 13:15:12 +0000 (16:15 +0300)]
Unnecessary list comprehension - 'any' can take a generator

6 years agoUnnecessary list literal - rewrite as a set literal
Hugo [Mon, 14 May 2018 13:14:20 +0000 (16:14 +0300)]
Unnecessary list literal - rewrite as a set literal

6 years agoRemove redundant Python 2.4 code
Hugo [Mon, 14 May 2018 13:08:15 +0000 (16:08 +0300)]
Remove redundant Python 2.4 code

6 years agoAdd python_requires to help pip
Hugo [Mon, 14 May 2018 13:06:16 +0000 (16:06 +0300)]
Add python_requires to help pip

6 years agoRemove redundant Python 2.6 and 3.3 code
Hugo [Mon, 14 May 2018 13:05:39 +0000 (16:05 +0300)]
Remove redundant Python 2.6 and 3.3 code

6 years agoMerge pull request #1030 from bcipolli/issue-1029-broken-setup
Joshua Roesslein [Sat, 28 Apr 2018 02:25:46 +0000 (19:25 -0700)]
Merge pull request #1030 from bcipolli/issue-1029-broken-setup

#1029 - migrate requirements to setup.py, reference in requirements.txt

6 years ago#1029 - migrate requirements to setup.py, reference in requirements.txt
Ben Cipollini [Wed, 18 Apr 2018 17:26:07 +0000 (10:26 -0700)]
#1029 - migrate requirements to setup.py, reference in requirements.txt

6 years agoMerge pull request #1028 from Chris-Johnston/deprecate-update-with-media
Joshua Roesslein [Tue, 17 Apr 2018 21:29:28 +0000 (14:29 -0700)]
Merge pull request #1028 from Chris-Johnston/deprecate-update-with-media

Update docs to deprecate API.update_with_media

6 years agofix word wrapping
Chris Johnston [Sat, 14 Apr 2018 11:09:44 +0000 (04:09 -0700)]
fix word wrapping

6 years agoAdd deprecation notice to update_with_media , add docs for media_upload
Chris Johnston [Sat, 14 Apr 2018 11:08:36 +0000 (04:08 -0700)]
Add deprecation notice to update_with_media , add docs for media_upload

6 years agoFix bug where streaming throws an exception after long use
Josh Roesslein [Thu, 12 Apr 2018 02:39:23 +0000 (19:39 -0700)]
Fix bug where streaming throws an exception after long use

When we go to read the next line this method sometimes is return None (dead socket?).
Guard against this with a check first before trying to strip the result.

Fixes #1026

6 years agoDiscord badge
Joshua Roesslein [Tue, 10 Apr 2018 18:28:59 +0000 (11:28 -0700)]
Discord badge

6 years agoMerge pull request #909 from rosscg/patch-1
Joshua Roesslein [Mon, 9 Apr 2018 08:59:59 +0000 (01:59 -0700)]
Merge pull request #909 from rosscg/patch-1

Adding params to user_timeline

6 years agoRemove Gitter badge
Joshua Roesslein [Mon, 9 Apr 2018 02:12:02 +0000 (19:12 -0700)]
Remove Gitter badge

6 years agoDiscord badge count wrong so just use a regular link for now
Joshua Roesslein [Sun, 8 Apr 2018 23:53:31 +0000 (16:53 -0700)]
Discord badge count wrong so just use a regular link for now

6 years agoDiscord Server
Joshua Roesslein [Sun, 8 Apr 2018 23:42:56 +0000 (16:42 -0700)]
Discord Server

6 years agoMerge pull request #926 from walmsley/patch-1
Joshua Roesslein [Sun, 8 Apr 2018 05:04:32 +0000 (22:04 -0700)]
Merge pull request #926 from walmsley/patch-1

Allow tweet_mode=extended in statuses_lookup

6 years agoDrop support for 2.6 and 3.3
Joshua Roesslein [Fri, 2 Mar 2018 23:16:13 +0000 (15:16 -0800)]
Drop support for 2.6 and 3.3

6 years agoMerge pull request #947 from fhightower/print-statement-update
Joshua Roesslein [Thu, 1 Mar 2018 19:18:44 +0000 (11:18 -0800)]
Merge pull request #947 from fhightower/print-statement-update

Updating print statements for python3

6 years agoMerge pull request #1007 from hongshaoyang/patch-1
Joshua Roesslein [Thu, 1 Mar 2018 19:18:02 +0000 (11:18 -0800)]
Merge pull request #1007 from hongshaoyang/patch-1

Update links to twitter docs

6 years agoUpdate links to twitter docs
hongshaoyang [Thu, 1 Mar 2018 07:08:55 +0000 (15:08 +0800)]
Update links to twitter docs

- Updated streaming links due to revamp of twitter docs

6 years agoRevert change to skip users with more than 300 followings
Joshua Roesslein [Wed, 28 Feb 2018 21:51:34 +0000 (13:51 -0800)]
Revert change to skip users with more than 300 followings

6 years agoMerge pull request #955 from hugovk/patch-1
Joshua Roesslein [Wed, 28 Feb 2018 21:44:09 +0000 (13:44 -0800)]
Merge pull request #955 from hugovk/patch-1

Remove broken downloads badge

6 years agoMerge pull request #970 from sufuf3/update-gitignore
Joshua Roesslein [Wed, 28 Feb 2018 21:43:10 +0000 (13:43 -0800)]
Merge pull request #970 from sufuf3/update-gitignore

Update .gitignore

6 years agoMerge pull request #971 from PrimarySite/master
Joshua Roesslein [Wed, 28 Feb 2018 21:42:18 +0000 (13:42 -0800)]
Merge pull request #971 from PrimarySite/master

Documentation Improvement

6 years agoMerge pull request #973 from ad-m/patch-1
Joshua Roesslein [Wed, 28 Feb 2018 21:41:18 +0000 (13:41 -0800)]
Merge pull request #973 from ad-m/patch-1

Remove duplicate streaming API in TOC of docs

6 years agoMerge pull request #976 from nicholma/master
Joshua Roesslein [Wed, 28 Feb 2018 21:40:57 +0000 (13:40 -0800)]
Merge pull request #976 from nicholma/master

Match class name to SearchResult to SearchResults

6 years agoMerge pull request #987 from skion/patch-1
Joshua Roesslein [Wed, 28 Feb 2018 21:40:35 +0000 (13:40 -0800)]
Merge pull request #987 from skion/patch-1

Fix typo in example.

6 years agoMerge pull request #1001 from fefzero/master
Joshua Roesslein [Wed, 28 Feb 2018 21:40:06 +0000 (13:40 -0800)]
Merge pull request #1001 from fefzero/master

Update api.rst to show error message

6 years agoUpdate api.rst to show error message
fefzero [Thu, 8 Feb 2018 21:26:35 +0000 (14:26 -0700)]
Update api.rst to show error message

Old documentation incorrectly shows TweepError.message instead of TweepError.response.

6 years agoFix typo in example.
Pieter Ennes [Wed, 10 Jan 2018 14:37:45 +0000 (14:37 +0000)]
Fix typo in example.

6 years agoMatch class name to SearchResult to SearchResults
Matthew [Tue, 12 Dec 2017 11:37:21 +0000 (11:37 +0000)]
Match class name to SearchResult to SearchResults

6 years agoRemove duplicate streaming API in TOC of docs
Adam Dobrawy [Fri, 8 Dec 2017 01:45:21 +0000 (02:45 +0100)]
Remove duplicate streaming API in TOC of docs

6 years agoFeature/document configuration blu 51 (#1)
Christian Ledermann [Wed, 6 Dec 2017 10:52:28 +0000 (10:52 +0000)]
Feature/document configuration blu 51 (#1)

* Document configuration API method

6 years agoUpdate .gitignore
sufuf3 [Sun, 3 Dec 2017 02:35:30 +0000 (10:35 +0800)]
Update .gitignore

6 years agoRemove broken downloads badge
Hugo [Mon, 23 Oct 2017 09:18:50 +0000 (12:18 +0300)]
Remove broken downloads badge

See https://github.com/badges/shields/issues/716.

Also fix typo.

6 years agoUpdating print statements for python3
Floyd Hightower [Tue, 17 Oct 2017 14:48:23 +0000 (10:48 -0400)]
Updating print statements for python3

7 years agoMerge pull request #736 from legokichi/issue735
Aaron Hill [Sat, 16 Sep 2017 22:31:49 +0000 (18:31 -0400)]
Merge pull request #736 from legokichi/issue735

Issue735

7 years agoAllow tweet_mode=extended in statuses_lookup
walmsley [Mon, 11 Sep 2017 22:44:08 +0000 (18:44 -0400)]
Allow tweet_mode=extended in statuses_lookup

In response to #840

7 years agoAdded params to user_timeline
rosscg [Fri, 14 Jul 2017 17:57:03 +0000 (18:57 +0100)]
Added params to user_timeline

7 years agoAdded params to user_timeline
rosscg [Fri, 14 Jul 2017 17:53:35 +0000 (18:53 +0100)]
Added params to user_timeline

7 years agoMerge pull request #896 from jmartone/patch-1
Aaron Hill [Tue, 11 Jul 2017 01:37:54 +0000 (21:37 -0400)]
Merge pull request #896 from jmartone/patch-1

Handles blank keep-alive new lines

7 years agoHandles blank keep-alive new lines
Josh Martone [Thu, 15 Jun 2017 18:59:45 +0000 (14:59 -0400)]
Handles blank keep-alive new lines

Added .strip() to read_line() to handle keep-alive new lines

7 years agoMerge pull request #884 from Moulick/master
Aaron Hill [Fri, 12 May 2017 20:45:31 +0000 (16:45 -0400)]
Merge pull request #884 from Moulick/master

Update README.md

7 years agoUpdate .travis.yml
Moulick Aggarwal [Fri, 12 May 2017 11:48:41 +0000 (17:18 +0530)]
Update .travis.yml

7 years agoUpdate README.md
Moulick Aggarwal [Fri, 12 May 2017 11:43:17 +0000 (17:13 +0530)]
Update README.md

7 years agoMerge pull request #870 from alexanderkoumis/master
Aaron Hill [Thu, 30 Mar 2017 10:37:33 +0000 (06:37 -0400)]
Merge pull request #870 from alexanderkoumis/master

Prevent .strip() from being called on None

7 years agoPrevent .strip() from being called on None
Alexander Koumis [Thu, 30 Mar 2017 04:57:54 +0000 (21:57 -0700)]
Prevent .strip() from being called on None

7 years agoMerge pull request #862 from g33klord/patch-1
Aaron Hill [Sun, 19 Mar 2017 14:58:52 +0000 (10:58 -0400)]
Merge pull request #862 from g33klord/patch-1

removed  exist_friendship method

7 years agoremoved exist_friendship method
g33klord [Sun, 19 Mar 2017 14:34:30 +0000 (20:04 +0530)]
removed  exist_friendship method

v3.5.0 has no exist_friendship method.

7 years agoMerge pull request #855 from BBischof/patch-1
Aaron Hill [Sun, 5 Mar 2017 17:26:38 +0000 (12:26 -0500)]
Merge pull request #855 from BBischof/patch-1

`streamListener.filter(follow=)` expects `[str]`

7 years ago`streamListener.filter(follow=)` expects `[str]`
Bryan [Sun, 5 Mar 2017 08:23:29 +0000 (00:23 -0800)]
`streamListener.filter(follow=)` expects `[str]`

Example shows the list of parameters as `int`s; they should be `str`s.

7 years agoMerge pull request #848 from flinder/master
Aaron Hill [Tue, 21 Feb 2017 22:14:14 +0000 (17:14 -0500)]
Merge pull request #848 from flinder/master

Argument names in documentation don't match for API.statuses_lookup

7 years agoArgument names don't match for API.statuses_lookup
Fridolin Linder [Tue, 21 Feb 2017 20:00:27 +0000 (15:00 -0500)]
Argument names don't match for API.statuses_lookup

in API.statuses_lookup the arguments `id`, and `map` have trailing underscores

7 years agoMerge pull request #740 from flowerncsu/patch-1
Aaron Hill [Thu, 16 Feb 2017 21:35:50 +0000 (16:35 -0500)]
Merge pull request #740 from flowerncsu/patch-1

Added documentation of API.mentions_timeline()

7 years agoMerge pull request #839 from Perados/Perados-patch-1
Aaron Hill [Fri, 3 Feb 2017 19:58:45 +0000 (14:58 -0500)]
Merge pull request #839 from Perados/Perados-patch-1

Fix allowed_param in docstrings in api.py

7 years agoFix allowed_param in docstrings in api.py
Diego Mora Cespedes [Fri, 3 Feb 2017 14:24:47 +0000 (15:24 +0100)]
Fix allowed_param in docstrings in api.py

Some parameters were missing in the docstrings.

7 years agoMerge pull request #831 from fitnr/py3.6
Aaron Hill [Tue, 3 Jan 2017 03:52:10 +0000 (22:52 -0500)]
Merge pull request #831 from fitnr/py3.6

Add Python 3.6 to test suite

7 years agoadd python 3.6 to tests, setup.py, tox
fitnr [Tue, 3 Jan 2017 02:27:45 +0000 (21:27 -0500)]
add python 3.6 to tests, setup.py, tox

7 years agoMerge pull request #827 from mattvenn/master
Aaron Hill [Mon, 26 Dec 2016 16:32:31 +0000 (11:32 -0500)]
Merge pull request #827 from mattvenn/master

add an example of streaming from a specific user

7 years agoadd an example of streaming from a specific user
matt venn [Sun, 25 Dec 2016 22:35:11 +0000 (23:35 +0100)]
add an example of streaming from a specific user

7 years agoMerge pull request #585 from wjt/streaming-docs
Aaron Hill [Sun, 6 Nov 2016 14:04:16 +0000 (09:04 -0500)]
Merge pull request #585 from wjt/streaming-docs

Better documentation for StreamListener.on_error

7 years agoMerge pull request #766 from alsuren/fix-765
Aaron Hill [Sun, 6 Nov 2016 14:01:10 +0000 (09:01 -0500)]
Merge pull request #766 from alsuren/fix-765

Fix bug in JSONParser.parse() which causes it to return None

7 years agoProperly wrap errors from Requests
Aaron Hill [Sun, 6 Nov 2016 13:52:09 +0000 (08:52 -0500)]
Properly wrap errors from Requests

7 years agoMerge pull request #761 from pilbot/feat-140-char-limit
Aaron Hill [Sun, 6 Nov 2016 13:42:08 +0000 (08:42 -0500)]
Merge pull request #761 from pilbot/feat-140-char-limit

Adds `auto_populate_reply_metadata` attribute on status endpoints

7 years agoMerge pull request #739 from tmcarr/tmcarr/example_error
Aaron Hill [Sun, 6 Nov 2016 13:38:52 +0000 (08:38 -0500)]
Merge pull request #739 from tmcarr/tmcarr/example_error

Removing auth.secure = True since it doesnt seem to exist anymore.

7 years agoMerge cache fixes
Aaron Hill [Sun, 6 Nov 2016 13:35:11 +0000 (08:35 -0500)]
Merge cache fixes

7 years agoMerge pull request #717 from elad661/patch-1
Aaron Hill [Sun, 6 Nov 2016 00:29:09 +0000 (20:29 -0400)]
Merge pull request #717 from elad661/patch-1

Fix file size limit for media_upload

7 years agoMerge pull request #744 from fjania/quieter_logging
Aaron Hill [Sun, 6 Nov 2016 00:25:58 +0000 (20:25 -0400)]
Merge pull request #744 from fjania/quieter_logging

Quieter logging

7 years agoMerge pull request #719 from nutztherookie/patch-1
Aaron Hill [Sun, 6 Nov 2016 00:22:48 +0000 (20:22 -0400)]
Merge pull request #719 from nutztherookie/patch-1

py3-ify getting_started.rst

7 years agoMerge pull request #775 from rajasagashe/master
Aaron Hill [Sun, 6 Nov 2016 00:19:29 +0000 (20:19 -0400)]
Merge pull request #775 from rajasagashe/master

Corrected minor typo

7 years agoMerge pull request #799 from vatsalparekh/master
Aaron Hill [Sun, 6 Nov 2016 00:16:29 +0000 (20:16 -0400)]
Merge pull request #799 from vatsalparekh/master

Update in the Documentation about 'oauth_token'

7 years agoMerge pull request #779 from hhromic/proper-logging
Aaron Hill [Sun, 6 Nov 2016 00:11:47 +0000 (20:11 -0400)]
Merge pull request #779 from hhromic/proper-logging

replace raw print() calls with proper logging-based calls

7 years agoRemove accidentally commited debug code
Aaron Hill [Sun, 6 Nov 2016 00:08:39 +0000 (20:08 -0400)]
Remove accidentally commited debug code

7 years agoProperly encode filter_level
Aaron Hill [Sat, 5 Nov 2016 23:46:09 +0000 (19:46 -0400)]
Properly encode filter_level

Closes #782

7 years agoAdd PySocks dependency
Aaron Hill [Sat, 5 Nov 2016 23:36:53 +0000 (19:36 -0400)]
Add PySocks dependency

7 years agoDon't return None from ReadBuffer.read_line and ReadBuffer.read_len
Aaron Hill [Sat, 5 Nov 2016 23:14:01 +0000 (19:14 -0400)]
Don't return None from ReadBuffer.read_line and ReadBuffer.read_len

Closes #698

7 years agoAdd missing import
Aaron Hill [Sat, 5 Nov 2016 23:10:50 +0000 (19:10 -0400)]
Add missing import

7 years agoUpdate streaming tests
Aaron Hill [Sat, 5 Nov 2016 23:08:24 +0000 (19:08 -0400)]
Update streaming tests

7 years agoProperly re-raise exceptions during streaming
Aaron Hill [Sat, 5 Nov 2016 23:08:13 +0000 (19:08 -0400)]
Properly re-raise exceptions during streaming

7 years agoReduce precision of lat/long coords used in testing
Aaron Hill [Sat, 5 Nov 2016 22:12:59 +0000 (18:12 -0400)]
Reduce precision of lat/long coords used in testing

Python 2 truncates earlier than Python 3 when converting floats to a
string, which was causing problems with the cassette recording.

7 years agoEnable pip caching on Travis
Aaron Hill [Sat, 5 Nov 2016 21:55:41 +0000 (17:55 -0400)]
Enable pip caching on Travis

7 years agoUpdate test username
Aaron Hill [Sat, 5 Nov 2016 21:53:52 +0000 (17:53 -0400)]
Update test username

7 years agoCleanup tests and update cassettes
Aaron Hill [Sat, 5 Nov 2016 21:29:00 +0000 (17:29 -0400)]
Cleanup tests and update cassettes

Waiting after API calls is unecessary, so all time.sleep calls (except
ones for testing cache expiration) are removed

7 years agoUpdate API for removal for 'account/update_profile_colors'
Aaron Hill [Sat, 5 Nov 2016 21:28:24 +0000 (17:28 -0400)]
Update API for removal for 'account/update_profile_colors'

7 years agoMerge pull request #806 from fitnr/not-dead-yet
Aaron Hill [Fri, 4 Nov 2016 23:09:26 +0000 (19:09 -0400)]
Merge pull request #806 from fitnr/not-dead-yet

remove "no longer maintained" note

7 years agoDon't sleep when replaying recorded data
Aaron Hill [Fri, 4 Nov 2016 23:06:15 +0000 (19:06 -0400)]
Don't sleep when replaying recorded data

7 years agoUpdate dependencies
Aaron Hill [Fri, 4 Nov 2016 22:40:24 +0000 (18:40 -0400)]
Update dependencies

7 years agoremove "no longer maintained" note
fitnr [Fri, 28 Oct 2016 17:59:39 +0000 (13:59 -0400)]
remove "no longer maintained" note

Fixes #803, relevant to #792

7 years agoRemove links to no longer active discussion forum
Joshua Roesslein [Tue, 18 Oct 2016 06:06:44 +0000 (23:06 -0700)]
Remove links to no longer active discussion forum

7 years agoAdd notice library is no longer maintained
Joshua Roesslein [Tue, 18 Oct 2016 06:05:42 +0000 (23:05 -0700)]
Add notice library is no longer maintained

7 years agoUpdate in the Documentation about 'oauth_token'
Vatsal Parekh [Thu, 13 Oct 2016 16:54:55 +0000 (22:24 +0530)]
Update in the Documentation about 'oauth_token'

8 years agoreplace raw print() calls with proper logging-based calls
Hugo Hromic [Fri, 2 Sep 2016 16:01:35 +0000 (17:01 +0100)]
replace raw print() calls with proper logging-based calls

8 years agoUpdate binder.py
DarkRedman [Sun, 21 Aug 2016 10:44:26 +0000 (12:44 +0200)]
Update binder.py

I fixed `urllib.urlencode` to `urlencode` in line 135

8 years agoFix cache
DarkRedman [Sun, 21 Aug 2016 10:35:06 +0000 (12:35 +0200)]
Fix cache

Fixing the cache key for both get and store methods

8 years agoCorrected minor typo
rajasagashe [Wed, 10 Aug 2016 04:55:54 +0000 (21:55 -0700)]
Corrected minor typo

8 years agoFix bug in JSONParser.parse() which causes it to return None
David Laban [Tue, 26 Jul 2016 14:17:06 +0000 (15:17 +0100)]
Fix bug in JSONParser.parse() which causes it to return None

Re-combine tower-of-ifs into a single if/else.

Fixes #765