VOOZH about

URL: https://www.nuget.org/packages/SocialOpinionAPI/

⇱ NuGet Gallery | SocialOpinionAPI 2.0.13.6




👁 Image
SocialOpinionAPI 2.0.13.6

dotnet add package SocialOpinionAPI --version 2.0.13.6
 
 
NuGet\Install-Package SocialOpinionAPI -Version 2.0.13.6
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SocialOpinionAPI" Version="2.0.13.6" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SocialOpinionAPI" Version="2.0.13.6" />
 
Directory.Packages.props
<PackageReference Include="SocialOpinionAPI" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SocialOpinionAPI --version 2.0.13.6
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SocialOpinionAPI, 2.0.13.6"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SocialOpinionAPI@2.0.13.6
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SocialOpinionAPI&version=2.0.13.6
 
Install as a Cake Addin
#tool nuget:?package=SocialOpinionAPI&version=2.0.13.6
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

A .NET SDK written in C# that makes it easy to connect to all endpoints in the X/Twitter API (v2).

https://developer.twitter.com/en/docs/api-reference-index#twitter-api-v2

Product Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 3,032 12/23/2023
2.0.13.5 257 12/23/2023
2.0.13.4 7,863 3/13/2023
2.0.13.3 388 3/12/2023
2.0.13.2 375 3/12/2023
2.0.13.1 1,234 10/24/2021
2.0.13 620 8/29/2021
2.0.12.1 627 7/27/2021
2.0.12 633 7/17/2021
2.0.11 677 7/2/2021
2.0.10 542 7/2/2021
2.0.9 576 6/30/2021
2.0.8 631 6/26/2021
2.0.7 614 6/11/2021
2.0.6 722 1/30/2021
2.0.4 619 1/12/2021
2.0.3 695 12/22/2020
2.0.2 712 8/21/2020
2.0.1 735 8/20/2020
2.0.0 754 8/15/2020
Loading failed

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

Tweet Manage
-POST api.twitter.com/1.1/statuses/ (temp method, now deprecated)
-POST api.twitter.com/2/tweets/ (NEW!!!)

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
-GET /2/users/:id/muting

Retweets
-DELETE /2/users/:id/retweets/:source_tweet_id
-GET /2/tweets/:id/retweeted_by
-POST /2/users/:id/retweets

Spaces
-GET /2/spaces/search
-GET /2/spaces/:id
-GET /2/spaces
-GET /2/spaces/by/creator_ids