https://github.com/crumblyliquid/opendiscord
Control your game through Discord chat
https://github.com/crumblyliquid/opendiscord
bot discord rust-lang serenity
Last synced: 3 months ago
JSON representation
Control your game through Discord chat
- Host: GitHub
- URL: https://github.com/crumblyliquid/opendiscord
- Owner: CrumblyLiquid
- License: gpl-3.0
- Created: 2021-06-28T16:07:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T11:34:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T07:10:52.988Z (5 months ago)
- Topics: bot, discord, rust-lang, serenity
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenDiscord
Control your game through Discord chat## Info
Program made in [Rust](https://www.rust-lang.org/) with [serenity](https://github.com/serenity-rs/serenity). OpenDiscord uses Discord bot to listen for any messages in any servers it's in and when it recognizes a command it will send a keystroke to your PC as if it came from your keyboard!Original idea: https://github.com/c4r1sk1m/OpenTwitchPlays
## Limitations
- Can't send keystrokes to specific window (#2)
- Doesn't recognize special keys such as Ctrl, Shift, Alt, etc. (#7)## Supported platforms
- Windows
- Linux
- macOS_Note: I build and test only for Windows. I'll start testing on Linux and macOS when I get better PC that can run VM :D_
## Get OpenDiscord
You can learn how to get and setup OpenDiscord [here](SETUP.md).## Issues and contribution
If you encounter any issues/bugs or want to improve OpenDiscord, feel free to either create an issue or make a pull request!## Lincense
[GNU GPLv3](LICENSE)