Skip to content

andrewc89/Reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Reddit API Wrapper

Setup

	var reddit = new Reddit("your personal user agent here");
	reddit.Login("username", "password");

Basic Usage

	var redditDev = reddit.r("redditdev");
	var topPosts = redditDev.Top(From.ThisWeek);
	topPosts.First().Comment("idk what's going on but this is my opinion!");		

About

C# Reddit API Wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages