Skip to content

Redths-Gay-Club/Linuscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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:
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

Packages

 
 
 

Contributors

Languages