8000 GitHub - vmfunc/scope · GitHub
[go: up one dir, main page]

Skip to content

vmfunc/scope

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scope

discord client for power users

scopeclient.com
Scope is in its earliest stages of development. This readme will be fleshed out as the project progresses.

Building

Prerequisites

Steps

  1. Clone the repository
  2. Run cargo build --release
  3. The binary will be in ./target/release/scope

Environment

The binary presently requires the following environment variables to be set or in a .env file in the current working directory:

  • DISCORD_TOKEN - your discord token
  • DEMO_CHANNEL_ID - the channel ID to listen for messages on

Developing

Prerequisites

Steps

  1. Clone the repository
  2. Run cargo run
    • It's reccomended to use cargo watch -- cargo run from cargo-watch, but it's in no way required

Environment

The binary presently requires the following environment variables to be set or in a .env file in the current working directory:

  • DISCORD_TOKEN - your discord token
  • DEMO_CHANNEL_ID - the channel ID to listen for messages on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 97.1%
  • Nix 2.8%
  • Shell 0.1%
0