RedditSharp-DEPRECATED- icon indicating copy to clipboard operation
RedditSharp-DEPRECATED- copied to clipboard

Reddit API wrapper for .NET

Results 32 RedditSharp-DEPRECATED- issues
Sort by recently updated
recently updated
newest added

Is it possible to view if a post is a cross post (and then access the original post)? If not, consider this a feature request ;)

enhancement
question

Hello ``` this.reddit = new RedditSharp.Reddit(agent); ...(...)... Comment[] comments = reddit.GetPost(new Uri(interestedUri)).Comments; ``` How to order by date added or something? I see 37 oldest posts.

question

Adds support for: `/api/v1/collections/add_post_to_collection` `/api/v1/collections/collection` `/api/v1/collections/create_collection` `/api/v1/collections/delete_collection` `/api/v1/collections/subreddit_collections` To-do: `/api/v1/collections/remove_post_in_collection` `/api/v1/collections/follow_collection` `/api/v1/collections/reorder_collection` `/api/v1/collections/update_collection_description` `/api/v1/collections/update_collection_display_layout` `/api/v1/collections/update_collection_title` This branch is based on `chasedog:fix-build-and-update-packages`. I will rebase once that's merged.

When I call GetThingByFullnameAsync(postId) using a Post ID from Subreddit that was banned I get an unhelpful error: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than...

enhancement

This should probably get implemented sooner rather than later. https://www.reddit.com/dev/api#section_modmail

enhancement
help wanted

When examining a **leaf** (not level 1!) Comment I noticed the ParentId is the id of the parent **comment** id, but the Parent field is always the **Post**. So ParentId...

bug

(in the `2.0-.Net.Core` branch) Example: * You download a `Post` * You want to persist that `Post` in disk (because for example you are testing something and you don't want...

enhancement

Reddit has implemented two-factor authentication for accounts: https://old.reddit.com/r/announcements/comments/7spq3s/protect_your_account_with_twofactor_authentication/ If this is enabled, RedditSharp throws an exception when using `Subreddit.SubmitPost` : "Error when attempting to submit. Error: USER_REQUIRED" (even though the...

enhancement

As of now, it is, without using a custom listing, not possible to create a listing with a filtered version of a subreddits (for example `/r/mod-subreddit1` or `/r/sub1+sub2+sub3`). Adding support...

That's the API call I need for a little project I've started working on. I'd be happy to implement it myself, I'm just studying the code right now to figure...

enhancement