Socket
Socket
Sign inDemoInstall

popcornnotify

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    popcornnotify

Send simple emails and text messages from one API


Maintainers
1

Readme

The Popcorn Notify Python Client

This the Python client library for Popcorn Notify. Popcorn Notify is a simple non-blocking API to send emails or text messages.

from popcornnotify import notify

notify('5555555555', 'Long script has finished running.')
notify('contact@popcornnotify.com', 'A new user signed up!', subject="Server Message")
notify(['contact@popcornnotify.com','support@popcornnotify.com','5555555555'], 'The server is on fire.')

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc