An open API service indexing awesome lists of open source software.

https://github.com/cake-contrib/cake.twitter

:cake: :jigsaw: :bird: Cake Addin that extends Cake with ability to post messages to Twitter
https://github.com/cake-contrib/cake.twitter

api cake-addin cake-build twitter twitter-api

Last synced: 5 days ago
JSON representation

:cake: :jigsaw: :bird: Cake Addin that extends Cake with ability to post messages to Twitter

Awesome Lists containing this project

README

        

# Cake.Twitter

[![License](http://img.shields.io/:license-mit-blue.svg)](http://cake-contrib.mit-license.org)

Cake Addin that exends Cake with ability to post messages to Twitter, using the Twitter REST API.

**NOTE:** This addin would not have been possible without the help of this [blog post](http://www.thatsoftwaredude.com/content/6289/how-to-post-a-tweet-using-c-for-single-user). A big thank you to Alex for documenting how to interact directly with the Twitter REST API.

## Information

| |Stable|Pre-release|
|:--:|:--:|:--:|
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.Twitter.svg)](https://github.com/cake-contrib/Cake.Twitter/releases/latest)|
|NuGet|[![NuGet](https://img.shields.io/nuget/v/Cake.Twitter.svg)](https://www.nuget.org/packages/Cake.Twitter)|[![NuGet](https://img.shields.io/nuget/vpre/Cake.Twitter.svg)](https://www.nuget.org/packages/Cake.Twitter)|

## Build Status

|Develop|Master|
|:--:|:--:|
|[![Build status](https://ci.appveyor.com/api/projects/status/179uye6rasp43xnf/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-twitter/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/179uye6rasp43xnf/branch/master?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-twitter/branch/master)|

## Code Coverage

[![Coverage Status](https://coveralls.io/repos/github/cake-contrib/Cake.Twitter/badge.svg)](https://coveralls.io/github/cake-contrib/Cake.Twitter)

## Quick Links

- [Documentation](https://cake-contrib.github.io/Cake.Twitter/)

## Discussion

If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository, using the `extension-q-a` category.

[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions)