https://github.com/praw-dev/praw

sort by:
Revision Author Date Message Commit Date
5da23ee Merge pull request #1014 from jarhill0/bump-version Bump version to 6.1.0 19 January 2019, 07:26:44 UTC
de37f7d Bump to 6.1.0 19 January 2019, 04:15:12 UTC
244cef3 Merge pull request #1013 from jarhill0/video-videogif-2 Support posting videos and videogifs 19 January 2019, 04:05:18 UTC
0e9d8f1 Support posting videos and videogifs 18 January 2019, 21:26:16 UTC
32c48b2 Merge pull request #1012 from jarhill0/submit_image Refactor image-submitting into its own method 17 January 2019, 23:09:55 UTC
1fa0347 Refactor image-submitting into its own method 17 January 2019, 23:03:37 UTC
2b4f7e7 Merge pull request #1010 from jarhill0/typo-fix Fix typo (Users → Redditors) 15 January 2019, 21:33:35 UTC
087e0aa Fix typo (Users → Redditors) 15 January 2019, 20:43:44 UTC
4faaf07 Allow uploading images to Reddit in submit() (#1004) Allow uploading images to Reddit in submit() 15 January 2019, 06:35:22 UTC
47c483f Add Redditors to provide various redditor listings. (#1007) 15 January 2019, 06:34:43 UTC
e3e26e0 Merge pull request #1009 from jarhill0/known-attributes-2 Document known attributes on LiveThread, LiveUpdate, Multireddit, and WikiPage 15 January 2019, 06:34:06 UTC
4ff9822 Merge pull request #1008 from jarhill0/known-attributes Document known attributes on Emoji, Stylesheet, and Trophy 15 January 2019, 06:32:31 UTC
5f54258 Document common attributes for WikiPage 15 January 2019, 02:20:35 UTC
eb7215b Document common attributes for Multireddit 15 January 2019, 02:08:03 UTC
251c53b Document common attributes for LiveThread, LiveUpdate 15 January 2019, 01:46:05 UTC
7e851c7 Document typical Emoji attributes 15 January 2019, 01:17:15 UTC
e82fcca Document typical Trophy attributes 15 January 2019, 01:16:52 UTC
37d0843 Document typical Stylesheet attributes 15 January 2019, 01:16:52 UTC
916176b Merge pull request #1006 from Rodin10/patch-1 Update subreddit.py 14 January 2019, 19:33:01 UTC
c003e1d Update subreddit.py Changed 'true' to True as the way it's displayed in the guide generates an error. 14 January 2019, 19:20:48 UTC
4204e7f Merge pull request #1005 from 13steinj/feature/OAuthFlows Update documentation to inform on all OAuth2 flows 14 January 2019, 17:17:00 UTC
ccd9be3 Update documentation to inform on all OAuth2 flows This commit replaces the "app type" authentication distinction in favor of a "flow type" distinction in documentation while showing which app types can use which flows. 14 January 2019, 11:43:05 UTC
e674dce Removal Messages support (#1002) Add removal messages support 13 January 2019, 17:20:38 UTC
53df4ba Merge pull request #1001 from jarhill0/flair-v2 Flair v2 (redesign) support 12 January 2019, 21:01:34 UTC
cb104ec Redesign flair v2 support (fixes #944) Changes in this commit: - Add two of the v2 endpoints to API_PATH; modify a third endpoint to point to its v2 version. - Rewrite the __iter__ methods of subreddit.flair.templates and subreddit.flair.link_templates to use v2 API endpoints. The new Redditor flair endpoint returns the exact same items as the previous endpoint. However, the return values of the previously used endpoint have been modified since Betamax cassettes were recorded, so some minor tweaking of tests was necessary. The new link flair endpoint returns more information than the previous endpoint, but all fields previously present are still present. - Update the flair update() and add() methods to decide which API endpoint to use based on the parameters. - Update some documentation. 10 January 2019, 23:13:32 UTC
394ac59 Replace usage of api/leavemoderator with /api/unfriend (#998) Replace the deprecated api/leavemoderator endpoint. 10 January 2019, 01:26:37 UTC
6940070 Merge pull request #1000 from jarhill0/widget-noattribute-fix Fix Widget "No Attribute" Error 09 January 2019, 16:56:37 UTC
8071089 Merge pull request #999 from jarhill0/widget-docs Improve widget-related documentation 09 January 2019, 16:51:50 UTC
a6a62fb Fixed bug with missing attributes from Reddit response 09 January 2019, 08:05:44 UTC
9bfd842 Added tests for non-creatable/deletable widgets 09 January 2019, 08:04:46 UTC
fbc4d7d Improve widget-related documentation 09 January 2019, 07:40:51 UTC
1431c77 Merge pull request #997 from praw-dev/pytest Remove usage of pytest_namespace to work with pytest 4+ 08 January 2019, 07:10:58 UTC
2008c84 Remove usage of pytest_namespace to work with pytest 4+ 08 January 2019, 07:03:19 UTC
7d01f80 Support reordering widgets (#996) * Support reordering widgets * fix typo 08 January 2019, 07:03:18 UTC
d6a1e17 Merge pull request #995 from jarhill0/button-widget Support creating ButtonWidgets 08 January 2019, 06:51:36 UTC
c8ae404 Merge pull request #994 from jarhill0/menu-moderation Support creating Menus 08 January 2019, 06:48:50 UTC
32ea4d0 Merge pull request #993 from jarhill0/post-flair Support creating PostFlairWidgets 08 January 2019, 06:46:13 UTC
d7c5591 Add add_button_widget() 08 January 2019, 01:55:26 UTC
65f67b7 Add add_menu() 07 January 2019, 23:35:29 UTC
bcc1048 Test WidgetEncoder to get coverage to 100% 07 January 2019, 22:23:02 UTC
b3836b2 Limit pytest version to <4.0 (stopgap) 07 January 2019, 22:03:14 UTC
5ebd1b8 Add add_post_flair_widget() 07 January 2019, 21:32:09 UTC
e8adaeb Stop messing with PostFlairWidget data 07 January 2019, 21:31:53 UTC
ab9217d Merge pull request #991 from jarhill0/custom-widget Support creating CustomWidgets 06 January 2019, 01:08:10 UTC
5563a3a Merge pull request #990 from jarhill0/image-widget Support uploading images and creating ImageWidgets 06 January 2019, 00:40:07 UTC
753fcec Support creating CustomWidgets 06 January 2019, 00:31:42 UTC
53ad2b3 Add test for add_image_widget 05 January 2019, 23:00:51 UTC
9190549 Support uploading images and creating ImageWidgets 05 January 2019, 21:00:57 UTC
53278bb Merge pull request #988 from jarhill0/add-simple-widget Enable creating Calendar and CommunityList widgets 05 January 2019, 17:46:07 UTC
bb6ae95 Enable creating Calendar and CommunityList widgets Additional changes: - Modify RedditBase to allow comparison to unicode in Python 2 - Update documentation of add_text_area - Fix TextArea cassette to have proper name 04 January 2019, 21:00:00 UTC
edbf109 Make pre_push.py clearer (separate and differentiate from sphinx output) 04 January 2019, 20:59:41 UTC
6f2a3d6 Add comment attributes reply_sort and reply_limit (#987) * Adding reply_sort and reply_limit * Bug fix if reply_sort or reply_limit not set; updated CHANGES.rst * Add test for reply_sort and reply_limit 04 January 2019, 17:20:21 UTC
8e08d7b Merge pull request #986 from jarhill0/widget-moderation-2 Add WidgetModeration and SubredditWidgetsModeration 04 January 2019, 06:31:40 UTC
e526891 Add WidgetModeration and SubredditWidgetsModeration 04 January 2019, 02:31:15 UTC
20dfb2b Merge pull request #985 from jarhill0/post-flair-widget Add read support for PostFlairWidget (and other widget-related fixes) 04 January 2019, 00:28:30 UTC
d9be980 Update changelog 03 January 2019, 22:42:19 UTC
3b8df06 Rerecord cassette 03 January 2019, 21:28:06 UTC
3f3ec55 Support parsing image buttons 03 January 2019, 21:28:05 UTC
6f8c3d5 Add failing test for PostFlairWidget 03 January 2019, 21:28:05 UTC
51e7a7a Add PostFlairWidget 03 January 2019, 21:28:05 UTC
27940b5 Allow fallback to parent class Widget if unknown type 03 January 2019, 19:55:13 UTC
7603b0a Merge pull request #982 from nmtake/mark_visited Add docs to Submission.mark_visited() 20 November 2018, 23:14:43 UTC
5b654ab Add docs to Submission.mark_visited() Closes #981 20 November 2018, 22:13:49 UTC
467cd4b Merge pull request #980 from Watchful1/patch-2 Add an example of the skip_existing argument to the comment stream docs 18 November 2018, 00:07:19 UTC
95ec577 Add an example of the skip_existing argument to the comment stream docs There's a question every other week in /r/redditdev about how to skip existing comments in a stream since people don't know to check the streamgenerator docs. 18 November 2018, 00:00:42 UTC
b825f10 Merge pull request #979 from Watchful1/patch-1 Change all scopes to * 15 November 2018, 04:23:59 UTC
e748893 Change all scopes to * When I first wrote this, I didn't realize you could just specify * if you wanted all scopes. This is way cleaner than maintaining a list. 15 November 2018, 03:34:39 UTC
f4dcd04 Add key_name param to stream generator (#977) * Add key_name param to listing generator 09 October 2018, 05:01:48 UTC
cd38f2c Merge pull request #975 from pmdevita/patch-1 Submission model docs - changed over18 to over_18 03 October 2018, 18:13:07 UTC
4d4b8f8 Update submission.py 03 October 2018, 17:45:19 UTC
08c6e86 Submission model docs - changed over18 to over_18 The attribute returned by Reddit denoting NSFW posts is called `over_18` instead of `over18`. I couldn't find the submission API endpoint in the Reddit API docs but every other usage of the term includes the underscore and it can be tested by checking the attributes of a submission object. 01 October 2018, 01:49:19 UTC
d6d960e Merge pull request #972 from ericwoolard/model-attributes Added typical attributes for modmail model 23 September 2018, 19:21:30 UTC
65112c8 Added typical attributes for modmail model 22 September 2018, 20:10:13 UTC
fc5ce24 Merge pull request #971 from ericwoolard/model-attributes Added typical attributes for message model 21 September 2018, 22:35:01 UTC
4722962 Added typical attributes for message model 21 September 2018, 21:00:14 UTC
e0af619 Merge pull request #970 from ericwoolard/model-attributes Added typical attributes for Redditor model 19 September 2018, 19:57:54 UTC
0b9f54b Typical attributes added for redditor model, formatting fixes 19 September 2018, 19:33:06 UTC
4347789 Added typical attributes table 19 September 2018, 19:24:44 UTC
b51f084 Add new documentation contributor (#969) * Add new documentation contributor 18 September 2018, 20:01:56 UTC
f550dbf Added typical attributes for Submission model (#968) * Added typical attributes for Submission model * Added typical attributes for Comment model 18 September 2018, 19:26:19 UTC
3ba0c40 Merge pull request #966 from nmtake/trophies Add Redditor.trophies() 16 September 2018, 17:02:40 UTC
7d7ae56 Add Redditor.trophies() 16 September 2018, 10:18:19 UTC
e4c4c19 Merge pull request #965 from nmtake/pylintrc Disalbe pylint's useless-object-inheritance and no-else-return in .pylintrc 11 September 2018, 07:26:56 UTC
9cabaf9 Disable pylint's no-else-return 10 September 2018, 21:52:31 UTC
b6991c3 Disable pylint >= 2's useless-object-inheritance Fix #964 10 September 2018, 20:47:45 UTC
4e0a12b Merge pull request #963 from nmtake/me-read-only Return None for Reddit.user.me() in read_only mode 06 September 2018, 17:21:11 UTC
305fc5f Return None for Reddit.user.me() in read_only mode Fixes #962 05 September 2018, 20:56:28 UTC
dfdab9b Merge pull request #961 from praw-dev/fix-960 Add warning to quick start about praw.ini files 03 September 2018, 01:52:16 UTC
ce40555 Add warning to quick start about praw.ini files 02 September 2018, 12:28:07 UTC
331bbf4 Bump to 6.0.0 24 July 2018, 16:29:30 UTC
edf2d27 Merge pull request #957 from nmtake/installed-authorize Allow installed apps to use OAuth2 code flow 24 July 2018, 16:21:50 UTC
64a9d38 Add test for installed app with refresh token 24 July 2018, 14:04:35 UTC
3e701d0 Allow installed apps to use OAuth2 code flow 23 July 2018, 14:41:05 UTC
8de3a59 Merge pull request #951 from salehio/master Adding support for api/store_visits 21 June 2018, 15:26:13 UTC
4ce72ee Updating AUTHORS.rst and CHANGES.rst 21 June 2018, 05:41:46 UTC
90efc5c Merge pull request #953 from praw-dev/sphinx_func Use sphinx's func instead of meth for non-class methods 20 June 2018, 06:39:39 UTC
f0d541c Use sphinx's func instead of meth for non-class methods 20 June 2018, 06:20:52 UTC
997e6a0 Adding support for api/store_visits 19 June 2018, 07:32:43 UTC
7ba4fef Merge pull request #948 from Theonefoster/theonefoster-branch Added further examples to docs 06 June 2018, 15:58:34 UTC
01dabd2 Added Inbox.mark_read link 06 June 2018, 15:46:52 UTC
back to top