CommonBotLibrary 1.0.0
See the version list below for details.
Install-Package CommonBotLibrary -Version 1.0.0
dotnet add package CommonBotLibrary --version 1.0.0
<PackageReference Include="CommonBotLibrary" Version="1.0.0" />
paket add CommonBotLibrary --version 1.0.0
#r "nuget: CommonBotLibrary, 1.0.0"
// Install CommonBotLibrary as a Cake Addin
#addin nuget:?package=CommonBotLibrary&version=1.0.0
// Install CommonBotLibrary as a Cake Tool
#tool nuget:?package=CommonBotLibrary&version=1.0.0
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.
-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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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,120 | 7/8/2017 |
1.4.0 | 793 | 7/7/2017 |
1.3.2 | 804 | 7/4/2017 |
1.3.1 | 832 | 7/4/2017 |
1.3.0 | 770 | 7/4/2017 |
1.2.1 | 787 | 7/2/2017 |
1.2.0 | 764 | 7/1/2017 |
1.1.6 | 783 | 6/24/2017 |
1.1.5 | 954 | 6/24/2017 |
1.1.4 | 874 | 6/17/2017 |
1.1.3 | 895 | 6/17/2017 |
1.1.2 | 907 | 6/16/2017 |
1.1.1 | 895 | 6/13/2017 |
1.1.0 | 878 | 6/5/2017 |
1.0.0 | 1,084 | 6/4/2017 |
Initial release