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
- Host: GitHub
- URL: https://github.com/michaelschnyder/skypenotifier
- Owner: michaelschnyder
- License: mit
- Created: 2020-04-11T07:37:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T20:25:22.000Z (about 2 years ago)
- Last Synced: 2025-04-05T19:35:31.398Z (about 1 year ago)
- Topics: arduino, esp8266, skype
- Language: C
- Homepage:
- Size: 1.85 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)