pushover-notification

Send Pushover push notifications via HTTP POST with optional HTML formatting.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/chinawrj/agent-skills-stock --skill pushover-notification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pushover-notification
Source: https://github.com/chinawrj/agent-skills-stock/tree/main/.github/skills/pushover-notification
Command: npx skills add https://github.com/chinawrj/agent-skills-stock --skill pushover-notification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, akshare, and includes scripts (resource) components.

What problem does it solve?

通过 Pushover 服务将通知推送到手机/平板,帮助你在股票筛选、任务完成或自定义消息场景中获得即时提醒。

Core Features & Use Cases

  • 推送股票筛选结果:将筛选结果通过推送发送到设备,确保你不会错过重要信号。
  • 自定义消息推送:使用脚本直接发送任意文本或 HTML 格式的消息以通知团队或个人。
  • 灵活的格式化与 HTML 支持:支持简单的 HTML 标签以提高可读性,并可选择 HTML 模式发送。

Quick Start

运行 push_notification.py 脚本,传入希望发送的标题和消息即可立即接收推送。

Frequently Asked Questions about pushover-notification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send push notifications from a Python script to my phone?

You can send push notifications from a Python script by making an HTTP POST request to the Pushover API with your credentials and message content, which then delivers the alert to your mobile device.

Can I send stock screening alerts directly to my mobile device?

Yes, you can send stock screening alerts to your mobile device by passing the screening results as the message payload to the Pushover API, ensuring you receive immediate signals for important market changes.

How do I format push notifications with HTML for better readability?

You can format push notifications with HTML by enabling HTML mode in your Pushover API request, allowing you to use simple HTML tags to structure and style your custom message content.

Do I need to set up credentials before sending Pushover messages?

Yes, you need to load your Pushover credentials from a local file at ~/.pushover_credentials before your script can authenticate and send push notifications through the API.

Can I use pandas and akshare to automate custom message alerts?

Yes, you can use pandas and akshare to process and filter data, then pass the resulting custom message text to the Pushover API to deliver automated task completion notices or market alerts.