Skip to content

Katy248/R34-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R34

Fully stolen from this.

Description

Simple C# realization of Rule34 API.

Using

using R34;

var r34 = new Rule34();

var posts = r34.Search(new string[] { "sex", "boobs", "naked_woman" }, 1, 12);
foreach (var post in posts)
    Console.WriteLine($" Post Id: {post.Id}; File url: {post.FileUrl};");

var comments = r34.GetComments(7086496);
foreach (var comment in comments)
    Console.WriteLine($"Comment ID: {comment.Id}; Body:\n{comment.Body}");

About

C# wrapper for rule34.xxx API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages