iGot is a desktop messaging management client designed to aggregate messages from multiple sources, including WeChat, email, and app push notifications. It serves as a comprehensive tool for organizing and managing incoming alerts efficiently.
Key Features:
Message Aggregation: iGot consolidates messages from various platforms into one interface, providing real-time reminders.
Subscription Links: Users can create subscription links to enable one-to-many message distribution.
Customizable Notifications: The client allows users to bind preferred notification methods and customize the order of alerts.
Application Management: Users can manage authorized applications and their associated notifications directly within the app.
Audience & Benefit:
Ideal for developers, IT professionals, and anyone needing efficient system monitoring. iGot streamlines workflows by centralizing notifications, enhancing productivity and reducing manual checks across multiple platforms. It is a valuable tool for those requiring consistent and reliable message management in both personal and professional settings.
iGot can be installed via winget, ensuring easy setup and integration into your daily operations.
> SPECIAL THANKS TO | 特别感谢
>
> Electron-iGot基于以下项目提供的服务构建,
>
> electron-vue An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
>
> Bark Bark is an iOS App which allows you to push customed notifications to your iPhone.
>
> WxPusher WxPusher (微信推送服务)是一个使用微信公众号作为通道的,实时信息推送平台,你可以通过调用API的方式,把信息推送到微信上,无需安装额外的软件,即可做到信息实时通知。 你可以使用WxPusher来做服务器报警通知、抢课通知、抢票通知,信息更新提示等。
>
> iGot iGot 是微信小程序端Bark插件,同时扩展邮箱及微信推送,实现聚合推送能力。支持历史推送数据的记录和查看功能。
>
Features
支持推送消息实时提醒、管理
可创建一对多的订阅链接(订阅号)
可绑定推送方式、可自定义推送顺序
支持管理授权应用
支持奇点管理和兑换
How To Use
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/wahao/Electron-iGot.git
# Go into the repository
cd Electron-iGot
# Install dependencies and run the app
npm install && npm run dev