Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nulldev/spark-bot
- Owner: NullDev
- License: mit
- Created: 2020-11-18T13:55:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T10:37:00.000Z (about 4 years ago)
- Last Synced: 2025-01-19T23:42:42.110Z (19 days ago)
- Topics: discord-bot, discord-js, nulldev
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`