Category: Notifications
Moji sends text and fun facts from different APIs wit da use of a notification deamon
Moji sends text and fun facts from different APIs wit da use of a notification deamon. Can be runned via dmenu or rofi. ps. for linux only Settings Location: ~/.config/moji_notif/settings.py The value for api can only be one of the following: history – history of wat happend dis present month and day number_trivia – random number trivias cat_fact – fun facts about cats! meow ![cat](https://github.githubassets.com/images/icons/emoji/unicode/1f431.png =20×20) advice – “useful” advices, but somtimes nonsense :3 random Installing Python 3.8 or higher […]
Read moreThe easy way to send notifications
See changelog for recent changes Got an app or service and you want to enable your users to use notifications with their provider
Read moreGet Notified about vaccine availability in your location on email & sms
Get Notified about vaccine availability in your location on email & sms ✉️! Vaccinator Octocat tracks & sends personalised vaccine info everday. Go get your shot ! 💉 Techstack There are two components in this app, First the webapp on which users can register & a second script that sends notification daily. python MongoDB APScheduler hosted on GCP GitHub https://github.com/mayukhpankaj/vaccinater
Read moreA simple Python Module for sending cross-platform desktop notifications
notify.py Cross platform desktop notifications for Python scripts and applications. Supported Platforms. Windows 10 macOS 10 >=10.10 Linux (libnotify) No dependencies are required other than loguru & jeepney (Only for linux/DBUS). Install pip install notify-py Usage Send Simple Notification from notifypy import Notify notification = Notify() notification.title = “Cool Title” notification.message = “Even cooler message.” notification.send() Send Notification With Icon from notifypy import Notify notification = Notify() notification.title = “Cool Title” notification.message = “Even cooler message.” notification.icon = “path/to/icon.png” notification.send() […]
Read more