Skip to content

A Discord bot that allows you to execute linux terminal commands through Discord messages.

Notifications You must be signed in to change notification settings

Redths-Gay-Club/Linuscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linusord

This is a Discord bot that allows you to execute linux terminal commands through Discord messages. It's built with Java and uses the JDA (Java Discord API). Project Logo

Features

  • Execute linux terminal commands through Discord messages

Setup

  1. Clone this repository
  2. setup your config.json with the following structure:
{
  "token": "YOUR_BOT_TOKEN",
  "channel": "YOUR_TERMINAL_CHANNEL_ID"
}
  1. run the jar file with java 17 with the following command:
sudo java -jar Linuscord.jar

Building

This project uses Maven for dependency management and building. To build a JAR file for this project, follow these steps:

  1. Make sure you have Maven installed on your system. You can check this by running mvn -v in your terminal. If you don't have Maven installed, you can download it from the official website.

  2. Navigate to the project directory in your terminal.

  3. Run the following command to build the JAR file:

mvn clean package

Known Issues

  • nano and vim are not supported

Future Features

  • add security system
  • add sftp support

readme generated by github copilot

About

A Discord bot that allows you to execute linux terminal commands through Discord messages.

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages