Skip to content

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

License

Notifications You must be signed in to change notification settings

cheesits456/discord-ssh-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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