Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamtraction/webcord
WebCord is a Discord client that uses WebView to bring Discord's webapp to Desktop for a lightweight Discord experience.
https://github.com/iamtraction/webcord
Last synced: 16 days ago
JSON representation
WebCord is a Discord client that uses WebView to bring Discord's webapp to Desktop for a lightweight Discord experience.
- Host: GitHub
- URL: https://github.com/iamtraction/webcord
- Owner: iamtraction
- License: mpl-2.0
- Created: 2020-10-20T07:29:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T23:05:42.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T02:44:50.337Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 280 KB
- Stars: 37
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebCord
WebCord is a Discord client that uses WebView to bring Discord's webapp to
Desktop for a lightweight Discord experience.> If you liked this project, don't forget to ⭐ it!
>
> And, if you're curious, go check out [my other projects](https://traction.one/works).## Install
### Install from Source
1. Download and install [Go](https://golang.org/dl/).
2. Install WebCord using Go:
```bash
go get github.com/iamtraction/WebCord
```
> **Note:** If you're on Linux, you need to have `libwebkit2gtk-4.0-dev` or
> `webkit2gtk-4.0-dev` to be able to run this.3. Run WebCord by running the `WebCord` command from your Terminal/CMD/PowerShell:
```bash
WebCord
```### Install from Binaries
Coming Soon.
## License
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.