tweepy.git
4 years agoadded transformation to bytes
fkropfhamer [Mon, 10 Aug 2020 10:40:29 +0000 (12:40 +0200)]
added transformation to bytes

4 years agofixed bug for no saved file
fkropfhamer [Sat, 8 Aug 2020 17:31:31 +0000 (19:31 +0200)]
fixed bug for no saved file

4 years agoUse proper MIME type in Content-Type header for uploaded images
Harmon [Sun, 2 Aug 2020 20:00:37 +0000 (15:00 -0500)]
Use proper MIME type in Content-Type header for uploaded images

Fixes regression introduced with #1086 where Content-Type headers of uploaded images did not use proper MIME type structure and only specified the subtype

4 years agoUse mimetypes.guess_type as fallback for determining image file type
Harmon [Sun, 2 Aug 2020 19:49:41 +0000 (14:49 -0500)]
Use mimetypes.guess_type as fallback for determining image file type

Fixes #1411, regression introduced with #1086 where imghdr.what is unable to determine the file type

4 years agoMerge pull request #1294 from tweepy/premium-search
Harmon [Sat, 25 Jul 2020 02:17:19 +0000 (21:17 -0500)]
Merge pull request #1294 from tweepy/premium-search

Add API.search_30_day and API.search_full_archive

4 years agoImprove CHANGELOG for v3.9.0
Harmon [Thu, 16 Jul 2020 05:23:25 +0000 (00:23 -0500)]
Improve CHANGELOG for v3.9.0

4 years agoRelease v3.9.0
Josh Roesslein [Sat, 11 Jul 2020 19:21:17 +0000 (12:21 -0700)]
Release v3.9.0

4 years agoMerge pull request #1342 from musically-ut/patch-1
Harmon [Thu, 2 Jul 2020 18:43:56 +0000 (13:43 -0500)]
Merge pull request #1342 from musically-ut/patch-1

EHN: Save the raw JSON on DirectMessages as well.

4 years agoSave raw JSON after extracting the event, if present.
Utkarsh Upadhyay [Thu, 2 Jul 2020 18:40:59 +0000 (20:40 +0200)]
Save raw JSON after extracting the event, if present.

Co-authored-by: Harmon <Harmon758@gmail.com>
4 years agoMerge pull request #1338 from achasveachas/master
Harmon [Thu, 2 Jul 2020 00:29:19 +0000 (19:29 -0500)]
Merge pull request #1338 from achasveachas/master

Increase max image size for gif

4 years agoadd file_type as keyword arg in API._pack_image
Yechiel K [Thu, 2 Jul 2020 00:00:05 +0000 (20:00 -0400)]
add file_type as keyword arg in API._pack_image

4 years agofix the max filesize for gifs
Yechiel K [Wed, 1 Jul 2020 23:36:26 +0000 (19:36 -0400)]
fix the max filesize for gifs

4 years agoMerge pull request #1362 from paupaulaz/patch-1
Harmon [Wed, 1 Jul 2020 19:35:00 +0000 (14:35 -0500)]
Merge pull request #1362 from paupaulaz/patch-1

Correcting a very small typo in the docs :)

4 years agoFix signature for parameters in API.lookup_friendships documentation
Harmon [Wed, 1 Jul 2020 19:17:35 +0000 (14:17 -0500)]
Fix signature for parameters in API.lookup_friendships documentation

4 years agoMerge pull request #1375 from luisfta17/master
Joshua Roesslein [Wed, 27 May 2020 00:18:49 +0000 (17:18 -0700)]
Merge pull request #1375 from luisfta17/master

Improvements to Relationship Model and documentation for API.lookup_f…

4 years agoImprovements to Relationship Model and documentation for API.lookup_friendships
Luis Tejero [Tue, 26 May 2020 20:10:01 +0000 (21:10 +0100)]
Improvements to Relationship Model and documentation for API.lookup_friendships

4 years agoUpdate getting_started.rst
paupaulaz [Sun, 10 May 2020 09:50:28 +0000 (11:50 +0200)]
Update getting_started.rst

4 years agofix max_size for gifs
Yechiel K [Thu, 7 May 2020 13:34:16 +0000 (09:34 -0400)]
fix max_size for gifs

4 years agoEHN: Save the raw JSON on DirectMessages as well.
Utkarsh Upadhyay [Mon, 23 Mar 2020 08:51:30 +0000 (09:51 +0100)]
EHN: Save the raw JSON on DirectMessages as well.

This brings the behavior of the `DirectMessage` model in line with other `Model`s.

4 years agoincrease max image size for gif
Yechiel K [Sun, 1 Mar 2020 20:27:47 +0000 (15:27 -0500)]
increase max image size for gif

4 years agoAdd nightly Python build for Travis CI
Harmon [Mon, 17 Feb 2020 20:37:19 +0000 (14:37 -0600)]
Add nightly Python build for Travis CI

4 years agoSupport WebP images
Harmon [Thu, 13 Feb 2020 21:35:36 +0000 (15:35 -0600)]
Support WebP images

Resolves #1298

4 years agoMerge pull request #1086 from shuuji3/allow-image-filename-without-extension
Harmon [Thu, 13 Feb 2020 21:27:30 +0000 (15:27 -0600)]
Merge pull request #1086 from shuuji3/allow-image-filename-without-extension

Allow image filenames without extension

4 years agoMerge pull request #1320 from krzysztofturtle/polish-translation
Harmon [Sun, 19 Jan 2020 09:19:09 +0000 (03:19 -0600)]
Merge pull request #1320 from krzysztofturtle/polish-translation

Polish translation

4 years agoMade puncutation and capitalisation consistent with source text
krzysztofturtle [Sun, 19 Jan 2020 08:31:02 +0000 (09:31 +0100)]
Made puncutation and capitalisation consistent with source text

4 years agoApply suggestions from code review
Krzysztof [Sun, 19 Jan 2020 07:46:16 +0000 (08:46 +0100)]
Apply suggestions from code review

Co-Authored-By: Harmon <Harmon758@gmail.com>
4 years agoTranslated new install.po file and fixed 2 typos in api.po
krzysztofturtle [Sun, 19 Jan 2020 00:12:06 +0000 (01:12 +0100)]
Translated new install.po file and fixed 2 typos in api.po

4 years agoEdited revision dates
krzysztofturtle [Sat, 18 Jan 2020 23:16:30 +0000 (00:16 +0100)]
Edited revision dates

4 years agoDelete running_test.po
Krzysztof [Sat, 18 Jan 2020 23:01:42 +0000 (00:01 +0100)]
Delete running_test.po

4 years agoMerge branch 'master' into polish-translation
Krzysztof [Sat, 18 Jan 2020 22:42:06 +0000 (23:42 +0100)]
Merge branch 'master' into polish-translation

4 years agoMerge branch 'polish-translation' of https://github.com/krzysztofturtle/tweepy into...
krzysztofturtle [Sat, 18 Jan 2020 22:29:06 +0000 (23:29 +0100)]
Merge branch 'polish-translation' of https://github.com/krzysztofturtle/tweepy into polish-translation

4 years agoTypos and formatting errors
krzysztofturtle [Sat, 18 Jan 2020 21:53:52 +0000 (22:53 +0100)]
Typos and formatting errors

Typos and formatting errors

4 years agoUpdate installation documentation to match README
Harmon [Sat, 18 Jan 2020 16:43:41 +0000 (10:43 -0600)]
Update installation documentation to match README

4 years agoImprove README wording and formatting
Harmon [Sat, 18 Jan 2020 16:40:34 +0000 (10:40 -0600)]
Improve README wording and formatting

4 years agoReplace usage of Easy Install with pip in README installation section
Harmon [Sat, 18 Jan 2020 16:34:51 +0000 (10:34 -0600)]
Replace usage of Easy Install with pip in README installation section

4 years agoMerge pull request #1319 from PythonCoderAS/patch-1
Harmon [Sat, 18 Jan 2020 16:31:28 +0000 (10:31 -0600)]
Merge pull request #1319 from PythonCoderAS/patch-1

Use pip's git+url syntax for installs

4 years agoChange git scheme in install.rst
PythonCoderAS [Fri, 17 Jan 2020 23:21:11 +0000 (18:21 -0500)]
Change git scheme in install.rst

4 years agoAdd alternate one-step command to install from GitHub
PythonCoderAS [Fri, 17 Jan 2020 23:20:56 +0000 (18:20 -0500)]
Add alternate one-step command to install from GitHub

4 years agoUpdate and improve headers in Polish translatable files
Harmon [Tue, 14 Jan 2020 17:21:27 +0000 (11:21 -0600)]
Update and improve headers in Polish translatable files

4 years agoMerge pull request #1316 from krzysztofturtle/polish-translation
Harmon [Tue, 14 Jan 2020 16:29:18 +0000 (10:29 -0600)]
Merge pull request #1316 from krzysztofturtle/polish-translation

Add Polish translation of documentation

4 years agoApply suggestions from code review
Krzysztof [Tue, 14 Jan 2020 16:03:47 +0000 (17:03 +0100)]
Apply suggestions from code review

Co-Authored-By: Harmon <Harmon758@gmail.com>
4 years agoAdd Polish translation of documentation
krzysztofturtle [Tue, 14 Jan 2020 15:22:40 +0000 (16:22 +0100)]
Add Polish translation of documentation

4 years agoFix code block formatting in Streaming documentation
Harmon [Mon, 6 Jan 2020 14:09:29 +0000 (08:09 -0600)]
Fix code block formatting in Streaming documentation

4 years agoUse anonymous links in extended Tweets documentation
Harmon [Mon, 6 Jan 2020 14:08:45 +0000 (08:08 -0600)]
Use anonymous links in extended Tweets documentation

Fix duplicate explicit target name

4 years agoFix documentation for id parameter of API.get_direct_message
Harmon [Mon, 6 Jan 2020 14:07:10 +0000 (08:07 -0600)]
Fix documentation for id parameter of API.get_direct_message

4 years agoFix formatting in documentation for API.reverse_geocode
Harmon [Mon, 6 Jan 2020 14:06:38 +0000 (08:06 -0600)]
Fix formatting in documentation for API.reverse_geocode

4 years agoUpdate makefile and batchfile for Sphinx
Harmon [Mon, 6 Jan 2020 10:11:41 +0000 (04:11 -0600)]
Update makefile and batchfile for Sphinx

4 years agoMerge branch 'master' into premium-search
Harmon [Mon, 6 Jan 2020 09:09:43 +0000 (03:09 -0600)]
Merge branch 'master' into premium-search

4 years agoUpdate copyright years to include 2020
Harmon [Mon, 6 Jan 2020 09:06:37 +0000 (03:06 -0600)]
Update copyright years to include 2020

4 years agoRemove redundant gitignore file
Harmon [Mon, 6 Jan 2020 08:55:16 +0000 (02:55 -0600)]
Remove redundant gitignore file

4 years agoUpdate and improve headers in translatable files
Harmon [Mon, 6 Jan 2020 08:52:12 +0000 (02:52 -0600)]
Update and improve headers in translatable files

4 years agoRename ko_KR directory to ko
Harmon [Mon, 6 Jan 2020 08:26:31 +0000 (02:26 -0600)]
Rename ko_KR directory to ko

4 years agoRename locales directory to locale and add to build configuration file
Harmon [Mon, 6 Jan 2020 08:21:46 +0000 (02:21 -0600)]
Rename locales directory to locale and add to build configuration file

4 years agoRemove reference to Easy Install in README
Harmon [Mon, 6 Jan 2020 07:45:33 +0000 (01:45 -0600)]
Remove reference to Easy Install in README

Easy Install is deprecated: https://setuptools.readthedocs.io/en/latest/easy_install.html

4 years agoReplace usage of Easy Install with pip in installation documentation
Harmon [Mon, 6 Jan 2020 07:44:35 +0000 (01:44 -0600)]
Replace usage of Easy Install with pip in installation documentation

Easy Install is deprecated: https://setuptools.readthedocs.io/en/latest/easy_install.html

4 years agoImprove Korean translation of documentation
Harmon [Mon, 6 Jan 2020 07:32:04 +0000 (01:32 -0600)]
Improve Korean translation of documentation

Use locale/ko_KR/LC_MESSAGES directory structure
Use translatable Portable Object files
Move main English documentation back to root docs folder

4 years agoFixed some errors at api.po
pinkrabbit412 [Mon, 6 Jan 2020 06:27:17 +0000 (15:27 +0900)]
Fixed some errors at api.po

4 years agoTranslation of api.po completed.
pinkrabbit412 [Mon, 6 Jan 2020 06:19:47 +0000 (15:19 +0900)]
Translation of api.po completed.

4 years agoRemoved old .rst files, and 2 more...
pinkrabbit412 [Sat, 28 Dec 2019 03:03:28 +0000 (12:03 +0900)]
Removed old .rst files, and 2 more...

1. Removed old .rst files that written at Korean.
2. Translation finished, exclude api.po
3. Added index.rst to toctree.
etc.

4 years agoMake ./docs/locales & .po File Test.
pinkrabbit412 [Sat, 28 Dec 2019 01:20:36 +0000 (10:20 +0900)]
Make ./docs/locales & .po File Test.

4 years agoMove original .rst file to ./docs/
pinkrabbit412 [Sat, 28 Dec 2019 00:33:04 +0000 (09:33 +0900)]
Move original .rst file to ./docs/

4 years agoAdd cursor support for API.search_30_day and API.search_full_archive
Harmon [Fri, 6 Dec 2019 02:12:19 +0000 (20:12 -0600)]
Add cursor support for API.search_30_day and API.search_full_archive

Adds pagination decorator and NextIterator

4 years agoMerge branch 'master' into premium-search
Harmon [Thu, 5 Dec 2019 17:42:15 +0000 (11:42 -0600)]
Merge branch 'master' into premium-search

4 years agoImprove translators documentation
Harmon [Wed, 20 Nov 2019 15:18:56 +0000 (09:18 -0600)]
Improve translators documentation

4 years agoFix whitespace in documentation
Harmon [Wed, 20 Nov 2019 15:11:53 +0000 (09:11 -0600)]
Fix whitespace in documentation

4 years agoRemove duplicate documentation for running tests
Harmon [Wed, 20 Nov 2019 14:12:52 +0000 (08:12 -0600)]
Remove duplicate documentation for running tests

4 years agoAdd Korean translation of documentation
Harmon [Wed, 20 Nov 2019 13:28:07 +0000 (07:28 -0600)]
Add Korean translation of documentation

4 years agoFinished initial translation of tweepy's documents to Korean.
pinkrabbit412 [Tue, 19 Nov 2019 15:30:30 +0000 (00:30 +0900)]
Finished initial translation of tweepy's documents to Korean.

Information image file named 'How to add translated documents' has uploaded to tweepy discord.

4 years agoUpdated api.rst (KR)
pinkrabbit412 [Tue, 19 Nov 2019 14:44:40 +0000 (23:44 +0900)]
Updated api.rst (KR)

4 years agoFixed typo.
pinkrabbit412 [Tue, 19 Nov 2019 14:41:10 +0000 (23:41 +0900)]
Fixed typo.

4 years agoMerged all translations by team members.
pinkrabbit412 [Tue, 19 Nov 2019 14:38:02 +0000 (23:38 +0900)]
Merged all translations by team members.

4 years agoMerge pull request #1262 from tweepy/dmcursoriterator
Harmon [Tue, 19 Nov 2019 07:12:53 +0000 (01:12 -0600)]
Merge pull request #1262 from tweepy/dmcursoriterator

Add DMCursorIterator

4 years agoReadTheDocs locale test v6.
pinkrabbit412 [Fri, 15 Nov 2019 12:50:46 +0000 (21:50 +0900)]
ReadTheDocs locale test v6.

4 years agoModified directory of ko_KR.
pinkrabbit412 [Fri, 15 Nov 2019 12:45:38 +0000 (21:45 +0900)]
Modified directory of ko_KR.

4 years agoReadTheDocs locale test v5.
pinkrabbit412 [Fri, 15 Nov 2019 12:33:36 +0000 (21:33 +0900)]
ReadTheDocs locale test v5.

4 years agoOkay, just give up commiting this file to original repository.
pinkrabbit412 [Fri, 15 Nov 2019 12:28:58 +0000 (21:28 +0900)]
Okay, just give up commiting this file to original repository.

4 years agoReadTheDocs locale test #4.
pinkrabbit412 [Fri, 15 Nov 2019 11:49:52 +0000 (20:49 +0900)]
ReadTheDocs locale test #4.

4 years agoReadTheDocs locale test #3.
pinkrabbit412 [Fri, 15 Nov 2019 11:00:56 +0000 (20:00 +0900)]
ReadTheDocs locale test #3.

4 years agoReadTheDocs locale test #2.
pinkrabbit412 [Fri, 15 Nov 2019 10:51:50 +0000 (19:51 +0900)]
ReadTheDocs locale test #2.

4 years agoTranslated .po file instead of .pot file.
pinkrabbit412 [Fri, 15 Nov 2019 10:41:10 +0000 (19:41 +0900)]
Translated .po file instead of .pot file.

Only translated install.po.

4 years agoReadTheDocs locale test.
pinkrabbit412 [Fri, 15 Nov 2019 10:35:28 +0000 (19:35 +0900)]
ReadTheDocs locale test.

Only install.rst has been translated at this commit.

4 years agoUpdate api.rst
thdkrhk99 [Thu, 14 Nov 2019 04:41:53 +0000 (13:41 +0900)]
Update api.rst

4 years agoUpdate api.rst
thdkrhk99 [Thu, 14 Nov 2019 03:50:25 +0000 (12:50 +0900)]
Update api.rst

4 years agoUpdate parameters.rst
ifeve [Thu, 14 Nov 2019 03:49:47 +0000 (12:49 +0900)]
Update parameters.rst

4 years agoUpdate api.rst
thdkrhk99 [Thu, 14 Nov 2019 03:46:39 +0000 (12:46 +0900)]
Update api.rst

4 years agoUpdate api.rst
thdkrhk99 [Wed, 13 Nov 2019 20:24:47 +0000 (05:24 +0900)]
Update api.rst

4 years agoUpdate api.rst
thdkrhk99 [Wed, 13 Nov 2019 08:10:16 +0000 (17:10 +0900)]
Update api.rst

4 years agoUpdate parameters.rst
thdkrhk99 [Wed, 13 Nov 2019 01:57:25 +0000 (10:57 +0900)]
Update parameters.rst

4 years agoMerge branch 'master' of https://github.com/pinkrabbit412/tweepy
Song YeongHwan [Tue, 12 Nov 2019 13:16:00 +0000 (22:16 +0900)]
Merge branch 'master' of https://github.com/pinkrabbit412/tweepy

4 years agoUpdate api.rst
Song YeongHwan [Tue, 12 Nov 2019 13:15:49 +0000 (22:15 +0900)]
Update api.rst

4 years agoUpdate api.rst
ifeve [Tue, 12 Nov 2019 05:27:16 +0000 (14:27 +0900)]
Update api.rst

4 years agoUpdate api.rst
ifeve [Tue, 12 Nov 2019 05:21:06 +0000 (14:21 +0900)]
Update api.rst

4 years agoUpdate api.rst
thdkrhk99 [Tue, 12 Nov 2019 02:03:27 +0000 (11:03 +0900)]
Update api.rst

4 years agoUpdate parameters.rst
thdkrhk99 [Mon, 11 Nov 2019 15:24:16 +0000 (00:24 +0900)]
Update parameters.rst

4 years agoUpdate api.rst
ifeve [Mon, 11 Nov 2019 15:00:48 +0000 (00:00 +0900)]
Update api.rst

4 years agoUpdate api.rst
ifeve [Mon, 11 Nov 2019 14:57:53 +0000 (23:57 +0900)]
Update api.rst

4 years agoUpdate api.rst
ifeve [Mon, 11 Nov 2019 14:51:44 +0000 (23:51 +0900)]
Update api.rst

4 years agoUpdate api.rst
ifeve [Mon, 11 Nov 2019 14:45:41 +0000 (23:45 +0900)]
Update api.rst

4 years agoUpdate api.rst
ifeve [Mon, 11 Nov 2019 14:36:10 +0000 (23:36 +0900)]
Update api.rst

4 years agoUpdate api.rst
ifeve [Mon, 11 Nov 2019 14:27:06 +0000 (23:27 +0900)]
Update api.rst