Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azu/mydiscord
[Electron] To view specific channel of Discord.
https://github.com/azu/mydiscord
browser discord electron webview
Last synced: about 2 months ago
JSON representation
[Electron] To view specific channel of Discord.
- Host: GitHub
- URL: https://github.com/azu/mydiscord
- Owner: azu
- Created: 2020-04-19T12:03:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T23:29:18.000Z (over 1 year ago)
- Last Synced: 2024-10-26T18:16:32.028Z (3 months ago)
- Topics: browser, discord, electron, webview
- Language: JavaScript
- Homepage:
- Size: 436 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyDiscord
It is just Discord wrapper app with [nativefier](https://github.com/jiahaog/nativefier).
![mydiscord](docs/resources/mydiscord.png)
This app aim to view specific channel of Discord.
## Feature
- Hide every things except timeline!
## Installation
yarn install
## Usage
You should create `url` file that is written your Discord channel url.
It is first view of the appecho "https://discordapp.com/channels/xxx/xxxx" > url
yarn run buildBuild command output `MyDiscord--` dir and you can open the built app.
open MyDiscord-darwin-x64/MyDiscord.app
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## License
MIT