Skip to content

Commit

Permalink
add: README.md, LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Jan 22, 2021
1 parent 9a7154e commit 6191e8b
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
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.
39 changes: 39 additions & 0 deletions README-ja.md
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) です。
39 changes: 39 additions & 0 deletions README.md
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).
Binary file added sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6191e8b

Please sign in to comment.