chanify / chanify-win

Chanify is a safe and simple notification tools. This repository is windows clinet for Chanify.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chanify Windows Client

Release Workflow GitHub Downloads

Chanify is a safe and simple notification tools. This repository is windows clinet for Chanify.

Getting Started

  • Create Chanify.ini files in the same directory as Chanify.exe.
  • Double click Chanify.exe, then add Chanify into Explorer Context menus.

Configuration

[client]
name=Test
endpoint=https://<endpoint>:<port>
sound=1
token=<senc node token>
interruption-level=<interruption-level>
Key Default Description
name None The node server name.
endpoint None The node server endpoint.
sound 0 1 enable sound, otherwise disable sound.
token None The node server token for send.
interruption-level active Interruption level for timing of a notification.

interruption-level:

  • active: Lights up screen and may play a sound.
  • passive: Does not light up screen or play sound.
  • time-sensitive: Lights up screen and may play a sound; May be presented during Do Not Disturb.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

Chanify is a safe and simple notification tools. This repository is windows clinet for Chanify.

License:MIT License


Languages

Language:C++ 94.9%Language:C 5.1%