An asynchronous library of API wrappers designed to help with typical bot commands. Features: -Github Service: Posts issues to https://github.com. -Google Search Service: Searches https://google.com for webpages. -Google Vision Service: Uses Google Cloud Vision to analyze images. -Imgur Service: Searches https://imgur.com for images. -MyAnimeList Service: Searches https://myanimelist.net for anime. -NCalc Service: Evaluates mathematical expressions. -Omdb Service: Searches https://omdbapi.com for movies. -OpenTriviaDb Service: Searches https://opentdb.com for trivia. -OpenWeatherMap Service: Searches https://openweathermap.org for weather data. -Pandorabot Service: Converses with a Cleverbot-like chatbot. -Random Service: Flips coins and rolls dice. Die side counts are validated. -Reddit Service: Gets posts from https://reddit.com. -Steam Service: Searches https://store.steampowered.com for games. -Twitter Service: Searches https://twitter.com for tweets. -UrbanDictionary Service: Searches https://www.urbandictionary.com for definitions. -Watson Personality Service: Uses IBM Watson to create a personality profile based on a user's text. -Yahoo Finance Service: Searches https://finance.yahoo.com/ for stock information. -Yandex Translate Service: Translates text using https://translate.yandex.com/. -YouTube Service: Searches https://youtube.com for videos.
A general Reddit Library for handling minimal Reddit connectivity very easily.
A library for managing shared resources in C# almost equivalent to shared_ptr Despite having the luxury of garbage collector, items that derive from IDisposable needs to be almost treated like a native resource. The owner must take the responsibility of calling Dispose once all the consumers of the resource are no longer using the api. But for some shared reosources their is no implicit owner and hence it becomes difficult to clean up resources in a deterministic manner. This library provides ref counted handle objects managed by a owner class which has the responsibility of calling Dispose once the ref count of the underlying object becomes 0. reddit page for the nuget here: https://www.reddit.com/r/csharp/comments/6ct0jv/sharedownership_in_c_equivalent_of_stdshared_ptr
A plain-old-csharp-object representation of Reddit API response types.
Provides reusable abstractions for the API surfaces exposed by OrangeRedKit.Reddit.Api.
Provides an easily-digestible implementation of the Reddit API endpoints for consumption by end-user applications.
Does your application make use of random memes from Reddit? If this is the case, you might use this API (https://github.com/D3vd/Meme_Api) to get your memes. That's fine and dandy, but what if you don't want to write your own implementation of it? That's where this wrapper comes in. Call one function and get your meme easily! Original API found here: https://github.com/D3vd/Meme_Api
A C# API implementation for Ruqqus, an open-source platform for online communities, free of censorship and moderator abuse by design.