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.
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.json
with the correct information - Open a terminal in this project's root directory
- Run
npm i
to install dependencies
- Open a terminal in this project's root directory
- Run
node index.js
- Use any shell command in the channel specified in
config.json