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

https://github.com/fastforwardteam/fastforward-bot

The Discords own very special Bot!
https://github.com/fastforwardteam/fastforward-bot

Last synced: 10 months ago
JSON representation

The Discords own very special Bot!

Awesome Lists containing this project

README

          




FastForward Bot: Our Discord Toolbox



GitHub Workflow Status
Discord


About | Compiling & Running | Support


# About
This is the FastForward utility box, a bot used mainly on our Discord server. It contains some functions such has verifying string hashes & more. Written in Golang.

Made specific for slash (/) commands.

# Compiling & Running

## Prerequisites

- [Go](https://go.dev/dl) ≥ 1.18.4
- [Node.js](https://nodejs.org/en/download/) ≥ 16.16.0
- [Npm](https://www.npmjs.com/package/npm) ≥ 8.12.1
- [hash-detector-cli](https://www.npmjs.com/package/hash-detector-cli) ≥ 1.2.6

## Preparing the environment
1. Install Go, Node.js and Npm.
The instructions are on their linked pages.

2. Install hash-detector-cli with Npm
```sh-session
npm install -g hash-detector-cli
```

3. Clone this repository
```sh-session
git clone git@github.com:fastforwardteam/fastforward-bot.git
cd fastforward-bot
```

4. Edit the .env.example file and rename it to .env
```sh-session
# Use your preferred editor.
nano .env.example
# Then, rename it
mv .env.example .env
```

5. Run or compile it.
To run, use `go run`
```sh-session
go run .
```

To build, use `go build`
```sh-session
go build
```

Go should automatically fetch all dependencies.

# Support
If you need help, join our discord by clicking on the badge or [here](https://discord.com/invite/RSAf7b5njt).