TweetinviAPI 0.8.3.21

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package TweetinviAPI --version 0.8.3.21
NuGet\Install-Package TweetinviAPI -Version 0.8.3.21
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="TweetinviAPI" Version="0.8.3.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TweetinviAPI --version 0.8.3.21
#r "nuget: TweetinviAPI, 0.8.3.21"
#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.
// Install TweetinviAPI as a Cake Addin
#addin nuget:?package=TweetinviAPI&version=0.8.3.21

// Install TweetinviAPI as a Cake Tool
#tool nuget:?package=TweetinviAPI&version=0.8.3.21

This alpha version provide a Twitter 1.1 API (SDK) with many functionalities that your application can build upon to create your own Twitter application.

The streaming API is also well-implemented and one of the focus of the next release (0.8.4.0) will be the implementation of all the methods related with the UserStream.

*Version 0.8.3.21* :
- Corrected minor bugs
- Added the Tools library to the nuget package

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (24)

Showing the top 5 NuGet packages that depend on TweetinviAPI:

Package Downloads
Abp.AspNetZeroCore.Web The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

BioEngine.Extra.Twitter

Package Description

Adriva.Extensions.Social

Adriva .NET Core Social Media Extensions

TweetinviAPI.WebhooksPlugin

A plugin to simplify the development of Account Activity on AspNet servers.

Wikiled.Twitter

Twitter Monitor

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on TweetinviAPI:

Repository Stars
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
shinyorg/shiny
.NET Framework for Backgrounding & Device Hardware Services (iOS, Android, & Catalyst)
aelassas/wexflow
.NET Workflow Engine and Automation Platform
NicolasConstant/BirdsiteLive
An ethical bridge from Twitter
shr670377723/CommunityServer-master
Version Downloads Last updated
5.0.4 1,715,951 4/3/2021
5.0.3 78,242 11/15/2020
5.0.2 238,871 10/21/2020
5.0.1 3,925 10/5/2020
5.0.0-alpha-6 12,830 5/21/2020
4.0.3 426,246 11/17/2019
4.0.2 50,935 8/26/2019
4.0.1 198,339 5/27/2019
4.0.0 179,483 8/10/2018
3.0.0 84,863 3/30/2018
2.1.0 36,606 10/30/2017
2.0.0 11,792 6/18/2017
1.3.0 184,924 6/12/2017
1.2.0.1 62,763 1/18/2017
1.2.0 6,841 12/14/2016
1.1.1 43,051 10/1/2016
1.0.0 15,778 7/5/2016
0.9.14 80,298 6/23/2016
0.9.12.2 19,855 4/21/2016
0.9.11.2 5,450 3/20/2016
0.9.10.2 77,510 1/25/2016
0.9.10 29,059 10/15/2015
0.9.3.4 38,522 6/18/2014

*Version 0.8.3.0* emphasis on the *FIlteredStream* and ease how to *manage Exceptions* that can occur due to the network or any other issue you might encounter.

*Version 0.8.3.1* :
- Bug fix related with FilteredStream and Location parameter causing Twitter to return 406 error when passing the arguments incorrectly
- Improvement TweetLength now included as a String extension. String.TweetLength has now a calculation algorithm more accurate.
- Adding Tweet.PublishWithGeo(ICoordinates) to simplify the development of application requiring Geo.

*Version 0.8.3.2* :
- Updating the GetRateLimit for Twitter 1.1
- Bug fix related with HashTag being incorrectly set.
- Bug fix related with LastHeaderResult being updated by Twitter
- Bug fix related with .ToString() behaving differently based on culture
- Bug fix related with Favourite not being set
- Renaming refactor for code clarity
- Added Examples

!! FilteredStream

*Features provided by the Twitter Stream API*
- Ability to track specific keywords
- Ability to track specific users
- Ability to track specific locations

*Additional features*
- Detect the reasons the tweet has been retrieved from the Filtered API. You have access to both the matching keywords and the matching locations (not provided by twitter).
- Associate action to specific keyword, user and location

If you are using the FilteredStream for research this new features will change your life!

!! Exception Manager

- The TwitterContext class allows you to provide an action for which you want the Exception to be managed. In the scope of this action any exception will cause the  other actions to stop and let you manage the Exception.

!! Other Streams

- Other streams like UserStream and SimpleStream now have the ability to filter tweets by Keywords.

!! Associated WorkItems

FilteredStream :
** Improved FilteredStream : [url:https://tweetinvi.codeplex.com/workitem/1704]
** Tweetinvi Filtering. Let you know which of your track were matched : [url:https://tweetinvi.codeplex.com/workitem/1860]

Exception Manager :
** Manage exception from both classic query and streaming operation : [url:https://tweetinvi.codeplex.com/workitem/1846]

Other Streams :
** Filter by Keyword : [url:https://tweetinvi.codeplex.com/workitem/1860]