Coder Social home page Coder Social logo

vaginessa / pushbullet-desktop-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robertof/pushbullet-desktop-app

0.0 2.0 0.0 176 KB

A stub of a desktop app for Pushbullet. WARNING: this is incomplete.

License: Other

C# 99.50% Batchfile 0.50%

pushbullet-desktop-app's Introduction

PushBullet desktop app stub

Introduction

Remember this post? I'm the author of that app. Unfortunately I didn't have the time to finish it but I'm sharing the sourcecode, which is a VS 2010 C# project, since it could help the authors to implement some things I did.

What is working

  • Pushing files with the contextual extension.
  • Multiple devices.
  • Per-user configuration.

What is not working

  • Automatic installation of the contextual extension. In src/PushBullet/PushBulletExt/deploy-extension you can find a register.bat script which registers the extension, along with an unregister.bat. You need to copy the DLL of the extension with the libraries and then run the scripts.
  • Hotkeys. There's quite a bit of code about hotkeys, but I didn't manage to finish it. You can ignore that part (it should not cause any issues)

Explanation of the projects

There are four (4) different projects:

  • PushBullet, which is the main project. It contains the Upload and the API key selection GUIs. It also contains a TrayManager.cs class which is not used anymore (this app was designed to run in the tray, but this isn't the case anymore).
  • PushBulletAPI, which is a DLL designed to provide easy access to the PushBullet API. This contains the Newtonsoft.Json JSON library. See the inside of the class to learn about the different return types/objects, or see a live example in the PushBullet class.
  • PushBulletCLI, which is a working implementation of the API as a command-line project. This is not used anymore.
  • PushBulletExt, which is the contextual extension. It is based on the SharpShell library, and it is a DLL.

License

I'm releasing this stub under the BSD-2 license, which should be permissive enough. You can read the (short) text in the LICENSE file.

Note

I'm sorry if there are typos or any kind of errors, I wrote this quickly.

The .gitignore automatically removes the compiled stuff. I can upload the binaries if necessary.

Also I'd like to say a big thank you to the PushBullet authors. You made an amazing work. Keep it going!

pushbullet-desktop-app's People

Contributors

robertof avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.