
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
MeerkatIO is the personal notification platform for software engineers and data scientists that allows you to use the notification channels that fit your workflow. This one package immediately opens the door to any notification method you need to save time in your day, integrating with all of the built in tools already at your fingertips.
Get started with just 2 lines of code!
The MeerkatIO Python package supports the following notification channels:
$ pip3 install meerkatio
No account or authentication is required to use the Ping or System notifications, and all other communication channels can be easily enabled with a MeerkatIO Account or through the MeerkatIO Command Line Interface tool.
This package provides a convenient way to get up and running. The register
command will prompt you for a username and password to start your free account, and on success your environment will be set up for you so you can skip the Authentication Token Setup steps.
$ meerkat register
Using your username and password from MeerkatIO:
$ meerkat login
Or manually set the MeerkatIO token with one of the following examples:
# Option 1: Environmental Variable
$ export MEERKAT_TOKEN=token
# Option 2: Cache File
$ echo "token" > ~/.meerkat
import meerkat
# Ping when script gets to checkpoint
meerkat.ping()
# Send a confirmation a function has run
output = build_model()
meerkat.email(output)
# Send Slack message to document model performance
perf = get_model_performance(output)
meerkat.slack(perf)
# Send SMS message when the script is finished
meerkat.sms("Script completed!")
import meerkat
# Ping when cell hits a debug checkpoint
%ping
# Send a confirmation that a cell has run
output = build_model()
%email output
# Send Slack message to document model performance
perf = get_model_performance(output)
%slack perf
# Send SMS message when the cell reaches the end
%sms "Cell completed!"
Access all of the same communication methods from your command prompt to integrate with any workflow.
$ meerkat ping
$ meerkat email "Bash script output: $1"
$ meerkat sms "Firmware build completed."
$ meerkat slack "Bash script complete"
Here is an example of how to use Meerkat with any script running from a terminal in order to ping youself when the script is finished running.
$ make build && meerkat email "Build succeeded" || meerkat sms "Build failed"
FAQs
Personal push notification and debug tool for multi-tasking software developers
We found that meerkatio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.