cheesits456 / discord-ssh-bot

A node.js Discord bot for using shell commands remotely through Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord SSH Bot

FOSSA Status

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

  1. Install NodeJS if it isn't already
  2. Create a Discord bot account (if you don't know how, this guide explains the process quite well)
  3. Fill in config.json with the correct information
  4. Open a terminal in this project's root directory
  5. Run npm i to install dependencies

Usage

  1. Open a terminal in this project's root directory
  2. Run node index.js
  3. Use any shell command in the channel specified in config.json

License

FOSSA Status

About

A node.js Discord bot for using shell commands remotely through Discord

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%