Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scopeclient/scope
discord client for power users
https://github.com/scopeclient/scope
client desktop discord gateway gpui http rest rust websocket
Last synced: about 11 hours ago
JSON representation
discord client for power users
- Host: GitHub
- URL: https://github.com/scopeclient/scope
- Owner: scopeclient
- Created: 2024-11-14T20:48:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T03:21:15.000Z (25 days ago)
- Last Synced: 2024-12-18T12:09:16.009Z (8 days ago)
- Topics: client, desktop, discord, gateway, gpui, http, rest, rust, websocket
- Language: Rust
- Homepage: https://www.scopeclient.com
- Size: 1.31 MB
- Stars: 88
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scope
The Discord client for power users.
scopeclient.com »
No Release Downloads Yet
Nightly releases can be found here.
###### Scope is in its earliest stages of development. This README will be fleshed out as the project progresses.
## Building the Project
### Prerequisites
- [Rust & Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
### Steps
1. Clone the repository
2. Run `cargo build --release`
3. The binary will be in `./target/release/scope`## Development Setup
### Prerequisites
- [Rust & Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
### Steps
1. Clone the repository
2. Run `cargo run`
- It's recommended to use `cargo watch -- cargo run` from [cargo-watch](https://github.com/watchexec/cargo-watch), but it's optional## Environment Variables
The binary requires the following environment variables to be set in the current working directory or in a `.env` file:
- `DISCORD_TOKEN` - Your Discord token
- `DEMO_CHANNEL_ID` - The channel ID to listen for messages on