-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021 Tomachi | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# ZoomInClass | ||
|
||
[Click here for English README](README.md) | ||
|
||
![sample](sample.png) | ||
|
||
[Zoom](https://zoom.us/) でミーティングを行っている時に、[Discord Rich Presence](https://discord.com/developers/docs/rich-presence/how-to) を使用して表示します。 | ||
|
||
## Warning | ||
|
||
このアプリケーションは、個人的な使用のみを目的として作成されています。動作の正確性は保証できません。 | ||
また、ミーティングを行っているかどうかは、ウィンドウのタイトルだけで10秒毎に判断されます。 | ||
|
||
## Requirements | ||
|
||
- Windows 10 (Tested with `Version 1909`, `Build 18363.1316`) | ||
- .NET Framework 4.8 | ||
- Discord公式クライアント | ||
|
||
## Installation | ||
|
||
1. 最新の `ZoomInClass.zip` を [Releases](https://github.com/book000/ZoomInClass/releases) からダウンロードしてください。 | ||
2. ダウンロード・展開したファイルを適切なディレクトリに移動します。 | ||
3. スタートアップディレクトリ(`shell:startup`)に`ZoomInClass.exe`ファイルへのショートカットを作成します。 | ||
4. コンピュータを再起動するか、`ZoomInClass.exe`を起動します。 | ||
|
||
## Usage | ||
|
||
![sample2](sample2.gif) | ||
|
||
`ZoomInClass.exe` の実行中にZoomミーティングを開始すると、Discordで表示されます。 | ||
|
||
## Disclaimer | ||
|
||
開発者は、このプロジェクトを使用するユーザーによって引き起こされた問題について責任を負いません。 | ||
|
||
## License | ||
|
||
このプロジェクトのライセンスは [MIT License](LICENSE) です。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# ZoomInClass | ||
|
||
[日本語のREADMEはこちらから](README-ja.md) | ||
|
||
![sample](sample.png) | ||
|
||
If you are having a meeting in [Zoom](https://zoom.us/), use [Discord Rich Presence](https://discord.com/developers/docs/rich-presence/how-to) to view it in Discord. | ||
|
||
## Warning | ||
|
||
This application was created for personal use only. We cannot guarantee the accuracy of operation. | ||
Also, whether or not you are having a meeting is determined every 10 seconds based on the window title alone. | ||
|
||
## Requirements | ||
|
||
- Windows 10 (Tested with `Version 1909`, `Build 18363.1316`) | ||
- .NET Framework 4.8 | ||
- Discord Official Client | ||
|
||
## Installation | ||
|
||
1. Download latest `ZoomInClass.zip` from [Releases](https://github.com/book000/ZoomInClass/releases) | ||
2. Move the downloaded / extracted file to an suitable directory. | ||
3. Create a shortcut to the `ZoomInClass.exe` file in your startup directory (`shell:startup`). | ||
4. Restart your Computer or start `ZoomInClass.exe`. | ||
|
||
## Usage | ||
|
||
![sample2](sample2.gif) | ||
|
||
If you start a Zoom Meeting while `ZoomInClass.exe` is running, it will be displayed in Discord. | ||
|
||
## Disclaimer | ||
|
||
The developer is not responsible for any problems caused by the user using this project. | ||
|
||
## License | ||
|
||
The license for this project is [MIT License](LICENSE). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.