- 一款聚合微信、邮箱、app推送的桌面消息管理客户端 。 基于 Electron 构建 。
api接口由iGot开放接口提供。
iGot客户端是基于iGot小程序衍生的桌面客户端项目。您可以通过iGot轻松管理消息和您的推送方式。通过一行代码请求您就可以自定义向自己或项目组成员推送相关信息。
- 短信转发
- 服务器内存、CPU预警监控、 进程监听
- 项目业务的预警
- 内部服务提醒
- .....
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插件,同时扩展邮箱及微信推送,实现聚合推送能力。支持历史推送数据的记录和查看功能。
- 支持推送消息实时提醒、管理
- 可创建一对多的订阅链接(订阅号)
- 可绑定推送方式、可自定义推送顺序
- 支持管理授权应用
- 支持奇点管理和兑换
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
To pack into an app
npm run build
由于国内github访问较慢,维护发行太难。github仓库仍持续更新代码,1.1.1后版本release将不再更新。 如需下载请移步至gitee仓库下载。