Harmon [Fri, 18 Dec 2020 13:26:59 +0000 (07:26 -0600)]
Update cassette for API.get_oembed test
Harmon [Fri, 18 Dec 2020 13:26:42 +0000 (07:26 -0600)]
Update test for API.get_oembed
Harmon [Fri, 18 Dec 2020 13:08:39 +0000 (07:08 -0600)]
Update allowed parameters for API.get_oembed
Harmon [Fri, 18 Dec 2020 12:54:11 +0000 (06:54 -0600)]
Add missing information in documentation for API.get_oembed
Harmon [Fri, 18 Dec 2020 12:40:32 +0000 (06:40 -0600)]
Fix formatting in documentation for API.get_oembed
Joshua Roesslein [Thu, 29 Oct 2020 16:17:28 +0000 (11:17 -0500)]
Merge pull request #1402 from tweepy/gh-actions
Travis -> Github Actions
Joshua Roesslein [Thu, 29 Oct 2020 16:11:19 +0000 (11:11 -0500)]
Merge branch 'master' into gh-actions
Joshua Roesslein [Thu, 29 Oct 2020 16:03:53 +0000 (11:03 -0500)]
Merge pull request #1433 from kmcelwee/master
Document API.get_oembed method
Joshua Roesslein [Thu, 29 Oct 2020 15:49:41 +0000 (10:49 -0500)]
Merge pull request #1450 from bshmueli/patch-1
Update api.rst
bshmueli [Tue, 20 Oct 2020 01:26:29 +0000 (09:26 +0800)]
Update api.rst
typo
Kevin McElwee [Tue, 15 Sep 2020 20:03:59 +0000 (16:03 -0400)]
Document API.get_oembed method
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
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
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
Harmon [Thu, 16 Jul 2020 05:23:25 +0000 (00:23 -0500)]
Improve CHANGELOG for v3.9.0
Josh Roesslein [Sat, 11 Jul 2020 19:21:17 +0000 (12:21 -0700)]
Release v3.9.0
Josh Roesslein [Wed, 8 Jul 2020 04:16:14 +0000 (21:16 -0700)]
Drop travis badge from readme
Josh Roesslein [Wed, 8 Jul 2020 04:13:26 +0000 (21:13 -0700)]
Remove travis
Josh Roesslein [Wed, 8 Jul 2020 04:03:22 +0000 (21:03 -0700)]
Add deploy workflow and move ci to test
Josh Roesslein [Wed, 8 Jul 2020 03:36:09 +0000 (20:36 -0700)]
drop nightly
Josh Roesslein [Wed, 8 Jul 2020 03:33:38 +0000 (20:33 -0700)]
Trigger tests on pull requests too
Josh Roesslein [Wed, 8 Jul 2020 03:25:38 +0000 (20:25 -0700)]
Setup gh action to run tests
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.
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>
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
Yechiel K [Thu, 2 Jul 2020 00:00:05 +0000 (20:00 -0400)]
add file_type as keyword arg in API._pack_image
Yechiel K [Wed, 1 Jul 2020 23:36:26 +0000 (19:36 -0400)]
fix the max filesize for gifs
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 :)
Harmon [Wed, 1 Jul 2020 19:17:35 +0000 (14:17 -0500)]
Fix signature for parameters in API.lookup_friendships documentation
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…
Luis Tejero [Tue, 26 May 2020 20:10:01 +0000 (21:10 +0100)]
Improvements to Relationship Model and documentation for API.lookup_friendships
paupaulaz [Sun, 10 May 2020 09:50:28 +0000 (11:50 +0200)]
Update getting_started.rst
Yechiel K [Thu, 7 May 2020 13:34:16 +0000 (09:34 -0400)]
fix max_size for gifs
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.
Yechiel K [Sun, 1 Mar 2020 20:27:47 +0000 (15:27 -0500)]
increase max image size for gif
Harmon [Mon, 17 Feb 2020 20:37:19 +0000 (14:37 -0600)]
Add nightly Python build for Travis CI
Harmon [Thu, 13 Feb 2020 21:35:36 +0000 (15:35 -0600)]
Support WebP images
Resolves #1298
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
Harmon [Sun, 19 Jan 2020 09:19:09 +0000 (03:19 -0600)]
Merge pull request #1320 from krzysztofturtle/polish-translation
Polish translation
krzysztofturtle [Sun, 19 Jan 2020 08:31:02 +0000 (09:31 +0100)]
Made puncutation and capitalisation consistent with source text
Krzysztof [Sun, 19 Jan 2020 07:46:16 +0000 (08:46 +0100)]
Apply suggestions from code review
Co-Authored-By: Harmon <Harmon758@gmail.com>
krzysztofturtle [Sun, 19 Jan 2020 00:12:06 +0000 (01:12 +0100)]
Translated new install.po file and fixed 2 typos in api.po
krzysztofturtle [Sat, 18 Jan 2020 23:16:30 +0000 (00:16 +0100)]
Edited revision dates
Krzysztof [Sat, 18 Jan 2020 23:01:42 +0000 (00:01 +0100)]
Delete running_test.po
Krzysztof [Sat, 18 Jan 2020 22:42:06 +0000 (23:42 +0100)]
Merge branch 'master' into polish-translation
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
krzysztofturtle [Sat, 18 Jan 2020 21:53:52 +0000 (22:53 +0100)]
Typos and formatting errors
Typos and formatting errors
Harmon [Sat, 18 Jan 2020 16:43:41 +0000 (10:43 -0600)]
Update installation documentation to match README
Harmon [Sat, 18 Jan 2020 16:40:34 +0000 (10:40 -0600)]
Improve README wording and formatting
Harmon [Sat, 18 Jan 2020 16:34:51 +0000 (10:34 -0600)]
Replace usage of Easy Install with pip in README installation section
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
PythonCoderAS [Fri, 17 Jan 2020 23:21:11 +0000 (18:21 -0500)]
Change git scheme in install.rst
PythonCoderAS [Fri, 17 Jan 2020 23:20:56 +0000 (18:20 -0500)]
Add alternate one-step command to install from GitHub
Harmon [Tue, 14 Jan 2020 17:21:27 +0000 (11:21 -0600)]
Update and improve headers in Polish translatable files
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
Krzysztof [Tue, 14 Jan 2020 16:03:47 +0000 (17:03 +0100)]
Apply suggestions from code review
Co-Authored-By: Harmon <Harmon758@gmail.com>
krzysztofturtle [Tue, 14 Jan 2020 15:22:40 +0000 (16:22 +0100)]
Add Polish translation of documentation
Harmon [Mon, 6 Jan 2020 14:09:29 +0000 (08:09 -0600)]
Fix code block formatting in Streaming 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
Harmon [Mon, 6 Jan 2020 14:07:10 +0000 (08:07 -0600)]
Fix documentation for id parameter of API.get_direct_message
Harmon [Mon, 6 Jan 2020 14:06:38 +0000 (08:06 -0600)]
Fix formatting in documentation for API.reverse_geocode
Harmon [Mon, 6 Jan 2020 10:11:41 +0000 (04:11 -0600)]
Update makefile and batchfile for Sphinx
Harmon [Mon, 6 Jan 2020 09:09:43 +0000 (03:09 -0600)]
Merge branch 'master' into premium-search
Harmon [Mon, 6 Jan 2020 09:06:37 +0000 (03:06 -0600)]
Update copyright years to include 2020
Harmon [Mon, 6 Jan 2020 08:55:16 +0000 (02:55 -0600)]
Remove redundant gitignore file
Harmon [Mon, 6 Jan 2020 08:52:12 +0000 (02:52 -0600)]
Update and improve headers in translatable files
Harmon [Mon, 6 Jan 2020 08:26:31 +0000 (02:26 -0600)]
Rename ko_KR directory to ko
Harmon [Mon, 6 Jan 2020 08:21:46 +0000 (02:21 -0600)]
Rename locales directory to locale and add to build configuration file
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
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
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
pinkrabbit412 [Mon, 6 Jan 2020 06:27:17 +0000 (15:27 +0900)]
Fixed some errors at api.po
pinkrabbit412 [Mon, 6 Jan 2020 06:19:47 +0000 (15:19 +0900)]
Translation of api.po completed.
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.
pinkrabbit412 [Sat, 28 Dec 2019 01:20:36 +0000 (10:20 +0900)]
Make ./docs/locales & .po File Test.
pinkrabbit412 [Sat, 28 Dec 2019 00:33:04 +0000 (09:33 +0900)]
Move original .rst file to ./docs/
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
Harmon [Thu, 5 Dec 2019 17:42:15 +0000 (11:42 -0600)]
Merge branch 'master' into premium-search
Harmon [Wed, 20 Nov 2019 15:18:56 +0000 (09:18 -0600)]
Improve translators documentation
Harmon [Wed, 20 Nov 2019 15:11:53 +0000 (09:11 -0600)]
Fix whitespace in documentation
Harmon [Wed, 20 Nov 2019 14:12:52 +0000 (08:12 -0600)]
Remove duplicate documentation for running tests
Harmon [Wed, 20 Nov 2019 13:28:07 +0000 (07:28 -0600)]
Add Korean translation of documentation
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.
pinkrabbit412 [Tue, 19 Nov 2019 14:44:40 +0000 (23:44 +0900)]
Updated api.rst (KR)
pinkrabbit412 [Tue, 19 Nov 2019 14:41:10 +0000 (23:41 +0900)]
Fixed typo.
pinkrabbit412 [Tue, 19 Nov 2019 14:38:02 +0000 (23:38 +0900)]
Merged all translations by team members.
Harmon [Tue, 19 Nov 2019 07:12:53 +0000 (01:12 -0600)]
Merge pull request #1262 from tweepy/dmcursoriterator
Add DMCursorIterator
pinkrabbit412 [Fri, 15 Nov 2019 12:50:46 +0000 (21:50 +0900)]
ReadTheDocs locale test v6.
pinkrabbit412 [Fri, 15 Nov 2019 12:45:38 +0000 (21:45 +0900)]
Modified directory of ko_KR.
pinkrabbit412 [Fri, 15 Nov 2019 12:33:36 +0000 (21:33 +0900)]
ReadTheDocs locale test v5.
pinkrabbit412 [Fri, 15 Nov 2019 12:28:58 +0000 (21:28 +0900)]
Okay, just give up commiting this file to original repository.
pinkrabbit412 [Fri, 15 Nov 2019 11:49:52 +0000 (20:49 +0900)]
ReadTheDocs locale test #4.
pinkrabbit412 [Fri, 15 Nov 2019 11:00:56 +0000 (20:00 +0900)]
ReadTheDocs locale test #3.
pinkrabbit412 [Fri, 15 Nov 2019 10:51:50 +0000 (19:51 +0900)]
ReadTheDocs locale test #2.
pinkrabbit412 [Fri, 15 Nov 2019 10:41:10 +0000 (19:41 +0900)]
Translated .po file instead of .pot file.
Only translated install.po.
pinkrabbit412 [Fri, 15 Nov 2019 10:35:28 +0000 (19:35 +0900)]
ReadTheDocs locale test.
Only install.rst has been translated at this commit.
thdkrhk99 [Thu, 14 Nov 2019 04:41:53 +0000 (13:41 +0900)]
Update api.rst
thdkrhk99 [Thu, 14 Nov 2019 03:50:25 +0000 (12:50 +0900)]
Update api.rst
ifeve [Thu, 14 Nov 2019 03:49:47 +0000 (12:49 +0900)]
Update parameters.rst
thdkrhk99 [Thu, 14 Nov 2019 03:46:39 +0000 (12:46 +0900)]
Update api.rst