This is a port of PushbulletSharp by adamyeager.
This is a simple PushBullet wrapper written in C#.
You can easily add this library to your project via Nuget.
- Package Manager: Install-Package BabouExtensions
- .NET CLI: dotnet add package BabouExtensions
There are examples of how to use the library in the test project included. Remember to provide your api key when running the tests.
For more documentation and examples, check out the Wiki