Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Latest commit

 

History

History
67 lines (41 loc) · 1.45 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.45 KB

Gambling Bot

A golang powered Twitch bot handling simple vote mechanism

Getting Started

Prerequisites

Installing

Get deps using go mod

go mod vendor

then build

cd cmd
go build -o gambling-bot gambling-bot.go

Usage & Configuration

cd cmd
./gambling-bot --help

Gambling Bot uses config files in .yaml format, see config.yml file inside the tests directory for real life examples.

Running the tests

go test github.com/Namarand/gambling-bot/internal/app

Continuous Integration

See drone.github.papey.fr/papey/gambling-bot/

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Namarand - Main author - Namarand
  • Wilfried OLLIVIER - Main author - Papey

Licence

LICENSE file for details

Notes