Skip to content

SpaceFahad/Leos-PC-Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Leo's PC Launcher

A Python coded discord bot that would launch/excute files on your computer (where the bot is hosted) when a command on discord is used.


Report Bug .

SpaceFahad - Leos-PC-Launcher stars - Leos-PC-Launcher forks - Leos-PC-Launcher License issues - Leos-PC-Launcher

Table Of Contents

About The Project

Screen Shot

This Discord bot, built using Python, empowers users to remotely execute files on their host computer directly from a Discord server. With a simple command trigger (/run), users can initiate the execution of various file types, including .bat, .lnk, .exe, and more, all within the Discord environment.

Features:

  • Role-Based Permissions
  • File Flexibility
  • Channel Restriction
  • Logging Capabilities
  • Custom Responses

Built With

Python 3.12.1

Getting Started

Tested on:

  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2016

Prerequisites

  • Python (Recommended: 3.12.1)

Make sure to select add to PATH when installing Python

Installation

  1. Create a bot and get a token from Discord Developer Portal Make sure to enable all three Privileged Gateway Intents (Screenshot)

  2. Clone/Download the repo

  3. Install Requirements

pip install -r requirements.txt
  1. Rename .env.example to .env and add your token and your log channel ID
DISCORD_TOKEN=<Token Here>
LOGS_CHANNEL_ID=<Log Channel ID Here>
  1. Configure config.yaml

  2. Run/Start Leos-PC-Launcher.py

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Acknowledgements

About

Launch apps and files on your computer using a discord command built with Python!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages