CommonBotLibrary 1.1.4
See the version list below for details.
dotnet add package CommonBotLibrary --version 1.1.4
NuGet\Install-Package CommonBotLibrary -Version 1.1.4
<PackageReference Include="CommonBotLibrary" Version="1.1.4" />
paket add CommonBotLibrary --version 1.1.4
#r "nuget: CommonBotLibrary, 1.1.4"
// Install CommonBotLibrary as a Cake Addin #addin nuget:?package=CommonBotLibrary&version=1.1.4 // Install CommonBotLibrary as a Cake Tool #tool nuget:?package=CommonBotLibrary&version=1.1.4
An asynchronous library of API wrappers designed to help with typical bot commands.
Features:
-Google Service: Searches https://google.com/ for webpages.
-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.
-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.
-Yahoo Finance Service: Searches https://finance.yahoo.com/ for stock information.
-YouTube Service: Searches https://youtube.com/ for videos.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.6
- CoreCLR-NCalc (>= 2.1.3)
- FubarCoder.RestSharp.Portable.HttpClient (>= 4.0.8)
- Google.Apis.Customsearch.v1 (>= 1.27.0.466)
- Google.Apis.YouTube.v3 (>= 1.27.0.760)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.2)
- RedditSharp (>= 2.0.0-CI00004)
- System.ValueTuple (>= 4.3.1)
- TweetinviAPI (>= 1.2.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 1,502 | 7/8/2017 |
1.4.0 | 1,034 | 7/7/2017 |
1.3.2 | 1,079 | 7/4/2017 |
1.3.1 | 1,089 | 7/4/2017 |
1.3.0 | 1,022 | 7/4/2017 |
1.2.1 | 1,050 | 7/2/2017 |
1.2.0 | 1,027 | 7/1/2017 |
1.1.6 | 1,053 | 6/24/2017 |
1.1.5 | 1,281 | 6/24/2017 |
1.1.4 | 1,147 | 6/17/2017 |
1.1.3 | 1,182 | 6/17/2017 |
1.1.2 | 1,229 | 6/16/2017 |
1.1.1 | 1,232 | 6/13/2017 |
1.1.0 | 1,145 | 6/5/2017 |
1.0.0 | 1,446 | 6/4/2017 |
Fetches as many YouTube results as allowed/available by Google (max 50).
Previously only fetched up to 5 (API default).