Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inappropriate-notifications

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inappropriate-notifications

Display inappropriate notifications at random intervals

  • 0.3.7
  • PyPI
  • Socket score

Maintainers
1

Inappropriate Notifications

.. image:: https://badge.fury.io/py/inappropriate-notifications.svg :target: https://badge.fury.io/py/inappropriate-notifications

Ever want to get inappropriate notifications on your computer while you're presenting? Well now you can!

Based off the homepage of https://muzzleapp.com/. Check out their website to see an example of what this does.

This program uses notifications from https://muzzleapp.com/notifications/notifications.json, as well as those we came up with ourself.

User names and images downloaded from https://randomuser.me.

Requirements

Linux


python3.6+ libnotify

Windows

python3.6+ win10toast (installed automatically)

Installation

pip install inappropriate-notifications

Alternative installation

``git clone https://github.com/riley-martine/inappropriate-notifications.git``

``cd inappropriate-notifications``

``python3.6 setup.py install``


Usage
-----
Display help: ``inappropriate-notifications -h``

Display one inappropriate notification: ``inappropriate-notifications --once``

Display notifications about 2 seconds apart: ``inappropriate-notifications -t 2``

Display 20 notifications about 5 seconds apart: ``inappropriate-notifications -c 20 -t 5``




Caveats (To fix / to-do)
------------------------

-  Only tested on Debian+Gnome and (at some point) Windows 10 (MacOS and Windows 7 on roadmap)
-  Relies on libnotify on Linux
-  Icons are for Mac apps when on windows
-  No fields on notifications (reply, dismiss) where applicable
-  Does not pull names/images from people you know when applicable
-  Only suited to work env -- students don't need messages about getting
   fired
-  No tests
-  No version command line argument
-  ctrl-c when running command line should fail nicer
-  Right-to-left names mess up first line


Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc