2 |
3 |

4 |
Scope
5 |
6 | The Discord client for power users.
7 |
8 |
scopeclient.com »
9 |
10 |
11 |
12 |
13 | No Release Downloads Yet |
14 |
15 |
16 |
17 |
18 |
Nightly releases can be found here.
19 |
20 |
21 |
22 | ###### Scope is in its earliest stages of development. This README will be fleshed out as the project progresses.
23 |
24 | ## Building the Project
25 |
26 | ### Prerequisites
27 |
28 | - [Rust & Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
29 |
30 | ### Steps
31 |
32 | 1. Clone the repository
33 | 2. Run `cargo build --release`
34 | 3. The binary will be in `./target/release/scope`
35 |
36 | ## Development Setup
37 |
38 | ### Prerequisites
39 |
40 | - [Rust & Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
41 |
42 | ### Steps
43 |
44 | 1. Clone the repository
45 | 2. Run `cargo run`
46 | - It's recommended to use `cargo watch -- cargo run` from [cargo-watch](https://github.com/watchexec/cargo-watch), but it's optional
47 |
48 | ## Environment Variables
49 |
50 | The binary requires the following environment variables to be set in the current working directory or in a `.env` file:
51 |
52 | - `DISCORD_TOKEN` - Your Discord token
53 | - `DEMO_CHANNEL_ID` - The channel ID to listen for messages on
54 |
--------------------------------------------------------------------------------
/assets/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/scopeclient/scope/a61a2d0c31685064fade18dc53da5cc52bb6211f/assets/.gitkeep
--------------------------------------------------------------------------------
/assets/brand/scope-round-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/scopeclient/scope/a61a2d0c31685064fade18dc53da5cc52bb6211f/assets/brand/scope-round-200.png
--------------------------------------------------------------------------------
/assets/icons/a-large-small.svg:
--------------------------------------------------------------------------------
1 |