discord-ssh-bot
discord-ssh-bot copied to clipboard
A node.js Discord bot for using shell commands remotely through Discord
Discord SSH Bot
This is a simple bot for using shell commands within Discord.
This bot does not use an actual SSH connection; it's named as such because it provides similar functionality to SSH, in that you can romotely execute commands on your computer from different devices and locations.
Setup
Only required for first run
- Install NodeJS if it isn't already
- Create a Discord bot account (if you don't know how, this guide explains the process quite well)
- Fill in
config.jsonwith the correct information - Open a terminal in this project's root directory
- Run
npm ito install dependencies
Usage
- Open a terminal in this project's root directory
- Run
node index.js - Use any shell command in the channel specified in
config.json