An open API service indexing awesome lists of open source software.

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

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)