Skip to content

Mariann798/skypeapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Skype API

Warning

This API will not be developed any more. Therefore you can still use the code or base your own application on it but please be aware of upcoming incompatibilies!

Introduction

This API is based on the Bot Framework by Microsoft. For further details on how to register a bot see the official Tutorial.

Features

  • requesting an authentication token
  • creating a valid HTTPS endpoint and parsing activity objects you can work with

Requirements

  • files to setup SSL endpoint (both of them have to be valid CA certificates)
    • certificate file (e.g. fullchain.pem)
    • private key file (e.g. privkey.pem)
  • some Golang knowledge

License

The source code is licensed under the MIT license. For further details see the LICENSE file.

Examples

You can find some examples inside the examples folder. Warning: These are just examples. Error handling and other good practices are not used.

About

A simple Skype API written in Golang designed for the Microsoft Bot Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%