Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
/ gambling-bot Public archive
forked from Namarand/gambling-bot

A golang powered Twitch bot handling simple vote mechanism

License

Notifications You must be signed in to change notification settings

papey/gambling-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A golang powered Twitch bot handling simple vote mechanism

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.5%
  • Dockerfile 5.5%