Giter Site home page Giter Site logo

matthewking / skypequotecreator Goto Github PK

View Code? Open in Web Editor NEW
50.0 6.0 12.0 51 KB

Allow users to create quotes in the Skype clipboard format.

Home Page: http://skypequotecreator.neocities.org/

License: MIT License

C# 65.31% Batchfile 0.43% PowerShell 34.26%

skypequotecreator's Introduction

Skype Quote Creator

A simple WinForms app that allows the user to create a new quote in Skype's clipboard format.

Deprecation notice

Please note that this app is no longer actively maintained, and won't work with newer versions of Skype. Skype changed their quote system years ago, and this app does not support their new quote system. I'm no longer an active Skype user so I don't know the details of how the new quote system works. I'd be happy to accept a pull request from any community members who managed to work it out, though.

Get the application

You can download the application from the following sources:

Application Description
Recommended ClickOnce installer with automatic updates
Stand-alone Stand-alone executable

Skype clipboard format

When a Skype quote is copied to the clipboard, the data object looks something like this:

Format Description
System.String Plain-text message
Text Plain-text message
UnicodeText Plain-text message
OEMText Plain-text message
SkypeMessageFragment MemoryStream containing UTF8 Skype message fragment (see below)
Locale MemoryStream containing Cultural identifier (LCID)

SkypeMessageFragment

A simple XML string in the following format: <quote author="AuthorName" timestamp="Timestamp">MessageText</quote>, where AuthorName is the Skype user name of the message author, MessageText is the message text itself, and Timestamp is the number of seconds since the Unix epoch. The actual fragment from Skype contains a few more attributes, but they can be ignored for the purposes of this simple app!

Copyright

Copyright 2013-2016 Matthew King.

License

Skype Quote Creator is licensed under the MIT License. Refer to license.txt for more information.

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.