Skip to content

Jotrorox/deki_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deki Helper

Github top language Github language count Repository size License Github issues Github stars

🚧 Deki_helper 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Getting Started   |   License   |   Author


🎯 About

Just a simple twitch Bot that provides a helping hand in the Streams of Deki

✨ Features

✔️ Config using a toml file;
✔️ Interactive Command creation;
✔️ Advanced on the fly command creation;
✔️ Database storage;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Go installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/jotrorox/deki_helper

# Access
$ cd deki_helper/src

# Install dependencies
$ go mod tidy

# Run the project
$ go run .

# Or to build on the respective platform
$ go build .

If your don't mind older builds, just download the build from the releases tab

💨 Getting Started

The bot ships with three commands to add, update and remove custom ones on the fly.
Those are: !add_cmd, !update_cmd and !delete_cmd
Those will walk you through a interactive process to do the important tasks
Easy Right?!

📝 License

This project is under the BSD 2-Clause License. For more details, see the LICENSE file.

Made with ❤️ by Jotrorox

 

Back to top