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
Main entry point is the SkypeNotifier.Cmd
project
This project is based on
- Skype.Client (https://github.com/michaelschnyder/SkypeClient)
- Newtonsoft Json.NET (MIT)
- CEFSharp (BSD)