SocialOpinionAPI 2.0.11
See the version list below for details.
dotnet add package SocialOpinionAPI --version 2.0.11
NuGet\Install-Package SocialOpinionAPI -Version 2.0.11
<PackageReference Include="SocialOpinionAPI" Version="2.0.11" />
paket add SocialOpinionAPI --version 2.0.11
#r "nuget: SocialOpinionAPI, 2.0.11"
// Install SocialOpinionAPI as a Cake Addin #addin nuget:?package=SocialOpinionAPI&version=2.0.11 // Install SocialOpinionAPI as a Cake Tool #tool nuget:?package=SocialOpinionAPI&version=2.0.11
A .NET SDK written in C# that makes it easy to connect to all endpoints in the new Twitter API (v2).
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 | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- AutoMapper (>= 9.0.0)
- Newtonsoft.Json (>= 12.0.3)
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 |
---|---|---|
2.0.13.6 | 1,311 | 12/23/2023 |
2.0.13.5 | 112 | 12/23/2023 |
2.0.13.4 | 5,429 | 3/13/2023 |
2.0.13.3 | 233 | 3/12/2023 |
2.0.13.2 | 212 | 3/12/2023 |
2.0.13.1 | 1,006 | 10/24/2021 |
2.0.13 | 390 | 8/29/2021 |
2.0.12.1 | 415 | 7/27/2021 |
2.0.12 | 422 | 7/17/2021 |
2.0.11 | 450 | 7/2/2021 |
2.0.10 | 328 | 7/2/2021 |
2.0.9 | 378 | 6/30/2021 |
2.0.8 | 397 | 6/26/2021 |
2.0.7 | 392 | 6/11/2021 |
2.0.6 | 493 | 1/30/2021 |
2.0.4 | 380 | 1/12/2021 |
2.0.3 | 474 | 12/22/2020 |
2.0.2 | 484 | 8/21/2020 |
2.0.1 | 479 | 8/20/2020 |
2.0.0 | 520 | 8/15/2020 |
0.0.9 | 528 | 6/6/2020 |
0.0.7 | 480 | 5/18/2020 |
0.0.6 | 483 | 5/16/2020 |
0.0.5 | 458 | 5/13/2020 |
0.0.4 | 739 | 5/12/2020 |
0.0.3 | 454 | 5/11/2020 |
0.0.2 | 485 | 5/11/2020 |
0.0.1 | 488 | 5/11/2020 |
An API written in C# tageting .NET Core makes it simple for you to use the new Twitter API v2.
Support for the following v2 endpoints is availavble:
Tweet lookup:
-GET /2/tweets
-GET /2/tweets/:id
-GET /2/tweets/counts/recent
Recent Search
-GET /2/tweets/search/recent
-GET /2/tweets/search/all
Timelines:
-GET /2/users/:id/tweets
-GET /2/users/:id/mentions
Filtered Stream:
-GET /2/tweets/search/stream/rules
-GET /2/tweets/search/stream
-POST /2/tweets/search/stream/rules
Likes Lookup:
-GET /2/tweets/:id/liking_users
-GET /2/users/:id/liked_tweets
-POST /2/users/:id/likes
-DELETE /2/users/:id/likes/:tweet_id
Sampled Stream:
-https://api.twitter.com/2/tweets/sample/stream
Hide Replies:
-https://api.twitter.com/2/tweets/:id/hidden
Blocks
-GET /2/users/:id/blocking
-POST /2/users/:id/blocking
-DELETE /2/users/:source_user_id/blocking/:target_user_id
User Lookup
-GET /2/users/by/username/:username
-GET /2/users/by
Blocks
-GET /2/users/:id/blocking
-POST /2/users/:id/blocking
-DELETE /2/users/:source_user_id/blocking/:target_user_id
Mutes
-POST /2/users/:id/muting
-DELETE /2/users/:source_user_id/muting/:target_user_id