{"id":34250706,"url":"https://github.com/voxhash/wptelegram-post-notifier","last_synced_at":"2026-04-24T10:03:57.059Z","repository":{"id":249493883,"uuid":"831673730","full_name":"VoxHash/WPTelegram-Post-Notifier","owner":"VoxHash","description":"Posts to a Telegram channel when a new blog post is published.","archived":false,"fork":false,"pushed_at":"2024-07-29T02:43:26.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-10T16:31:15.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VoxHash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-21T09:32:33.000Z","updated_at":"2024-10-10T21:49:47.000Z","dependencies_parsed_at":"2024-07-21T10:43:32.613Z","dependency_job_id":"4301ac69-db92-4760-b6d5-7d259d1016b7","html_url":"https://github.com/VoxHash/WPTelegram-Post-Notifier","commit_stats":null,"previous_names":["cryptojoma/telegram-post-notifier","voxhash/wptelegram-post-notifier"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VoxHash/WPTelegram-Post-Notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxHash%2FWPTelegram-Post-Notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxHash%2FWPTelegram-Post-Notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxHash%2FWPTelegram-Post-Notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxHash%2FWPTelegram-Post-Notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VoxHash","download_url":"https://codeload.github.com/VoxHash/WPTelegram-Post-Notifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxHash%2FWPTelegram-Post-Notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27762165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-16T09:37:13.118Z","updated_at":"2026-04-24T10:03:57.050Z","avatar_url":"https://github.com/VoxHash.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Telegram Post Notifier\r\n\r\n[![Build](https://img.shields.io/github/actions/workflow/status/VoxHash/WPTelegram-Post-Notifier/ci.yml)](https://github.com/VoxHash/WPTelegram-Post-Notifier/actions)\r\n[![License](https://img.shields.io/github/license/VoxHash/WPTelegram-Post-Notifier)](LICENSE)\r\n[![Release](https://img.shields.io/github/v/release/VoxHash/WPTelegram-Post-Notifier?sort=semver)](https://github.com/VoxHash/WPTelegram-Post-Notifier/releases)\r\n[![Docs](https://img.shields.io/badge/docs-website-blue)](./docs/index.md)\r\n\r\n\u003e A production-grade WordPress plugin that posts to Telegram channels/chats when content changes. Features advanced templating, routing rules, async processing, and comprehensive admin interface.\r\n\r\n## ✨ Features\r\n\r\n- **Telegram Integration**: Send notifications to channels, groups, and private chats\r\n- **Advanced Templating**: Customizable message templates with dynamic tokens\r\n- **Routing Rules**: Route different content to different destinations based on categories, tags, or post types\r\n- **Async Processing**: Non-blocking queue system using Action Scheduler\r\n- **Comprehensive Logging**: Detailed logs with filtering and export capabilities\r\n- **Health Monitoring**: Site Health integration for monitoring plugin status\r\n- **Modern Admin Interface**: React-based admin interface with real-time testing and preview\r\n- **WooCommerce Support**: Special support for product notifications and price changes\r\n\r\n## 🧭 Table of Contents\r\n\r\n- [Quick Start](#-quick-start)\r\n- [Installation](#-installation)\r\n- [Usage](#-usage)\r\n- [Configuration](#-configuration)\r\n- [Examples](#-examples)\r\n- [Architecture](#-architecture)\r\n- [Roadmap](#-roadmap)\r\n- [Contributing](#-contributing)\r\n- [License](#-license)\r\n\r\n## 🚀 Quick Start\r\n\r\n```bash\r\n# 1) Install\r\nnpm install\r\ncomposer install\r\n\r\n# 2) Build\r\nnpm run build\r\n\r\n# 3) Run tests\r\nnpm run test\r\n```\r\n\r\n## 💿 Installation\r\n\r\nSee [docs/installation.md](docs/installation.md) for platform-specific steps.\r\n\r\n## 🛠 Usage\r\n\r\nBasic usage here. Advanced usage in [docs/usage.md](docs/usage.md).\r\n\r\n```bash\r\n# Build production assets\r\nnpm run build\r\n\r\n# Run tests\r\nnpm run test\r\nnpm run e2e\r\n\r\n# Package plugin\r\nnpm run package\r\n```\r\n\r\n## ⚙️ Configuration\r\n\r\n- Minimal config in this README\r\n- Full reference: [docs/configuration.md](docs/configuration.md)\r\n\r\n| Variable | Description | Default |\r\n|---|---|---|\r\n| `WPTPN_BOT_TOKEN` | Telegram bot token | — |\r\n| `WPTPN_DESTINATIONS` | Array of destination chat IDs | `[]` |\r\n| `WPTPN_TEMPLATE` | Message template with tokens | Default template |\r\n\r\n## 📚 Examples\r\n\r\n- Start here: [docs/examples/example-01.md](docs/examples/example-01.md)\r\n- More: [docs/examples/](docs/examples/)\r\n\r\n## 🧩 Architecture\r\n\r\nHigh-level overview: The plugin uses WordPress hooks to detect post changes, processes notifications asynchronously via Action Scheduler, and sends messages to Telegram using the Telegram Bot API. See [docs/architecture.md](docs/architecture.md).\r\n\r\n## 🗺 Roadmap\r\n\r\nPlanned milestones live in [ROADMAP.md](ROADMAP.md). For changes, see [CHANGELOG.md](CHANGELOG.md).\r\n\r\n## 🤝 Contributing\r\n\r\nWe welcome PRs! Please read [CONTRIBUTING.md](CONTRIBUTING.md) and follow the PR template.\r\n\r\n## 🔒 Security\r\n\r\nPlease report vulnerabilities via [SECURITY.md](SECURITY.md).\r\n\r\n## 📄 License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxhash%2Fwptelegram-post-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxhash%2Fwptelegram-post-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxhash%2Fwptelegram-post-notifier/lists"}