Cake Build addin for tweeting to Twitter.
#addin nuget:?package=Cake.Twitter&version=3.0.0
dotnet add package Cake.Twitter --version 3.0.0
<PackageReference Include="Cake.Twitter" Version="3.0.0" />
Aliases
Contains functionality related to Twitter REST API.
In order to use the commands for this addin, include the following in your build.cake file to download and reference from NuGet.org:
#addin Cake.Twitter
General
TwitterSendTweet |
Send a Tweet using the Twitter REST API. |