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

https://github.com/michaelschnyder/skypenotifier

Background application that notifies about incoming calls Skype using Arduino/ESP32/ESP8266
https://github.com/michaelschnyder/skypenotifier

arduino esp8266 skype

Last synced: 4 months ago
JSON representation

Background application that notifies about incoming calls Skype using Arduino/ESP32/ESP8266

Awesome Lists containing this project

README

          

# SkypeNotifier
Skype Notifier consist of a comple of libraries that eventually team up to send notifications about incoming Skype calls to other devices like an Arduino/ESP32/ESP8266.

**Current Status**

✔️ Login and forward notifications to Telegram

✔️ Code split for reusability with minimal dependencies

**Pending**

💡 Arduino listener device

💡 Forward notifications to listener device

## Demo
Main entry point is the `SkypeNotifier.Cmd` project

## Acknowledgements
This project is based on
* Skype.Client (https://github.com/michaelschnyder/SkypeClient)
* Newtonsoft Json.NET (MIT)
* CEFSharp (BSD)