Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nulldev/spark-bot

:arrow_forward: A Discord bot for a friend which allows execution of certain programs on the host.
https://github.com/nulldev/spark-bot

discord-bot discord-js nulldev

Last synced: 12 days ago
JSON representation

:arrow_forward: A Discord bot for a friend which allows execution of certain programs on the host.

Awesome Lists containing this project

README

        

# :arrow_forward: Spark-Bot


A Discord bot for a friend which allows execution of certain programs on the host.



## :question: What does it do?

Basically, paths to executable files can be specified in the `config.json`.

Once a user performs one of the commands, the executable / binary is launched on the host system.


## :wrench: Installation / Setup

0. Open up your favourite terminal (and navigate somewhere you want to download the repository to)


1. Make sure you have NodeJS installed. Test by entering

$ `node -v`

If this returns a version number, NodeJS is installed. **If not**, get NodeJS here.


2. Clone the repository and navigate to it. If you have Git installed, type

$ `git clone https://github.com/NullDev/Spark-Bot.git && cd Spark-Bot`

If not, download it here and extract the ZIP file.

Then navigate to the folder.


3. Install all dependencies by typing

$ `npm install`


4. Now Configure the bot inside the [`config.json` file](https://github.com/NullDev/Spark-Bot/blob/master/config.template.json).


5. Finally: Start the bot by typing

$ `npm start`