Skip to content
/ egg Public

A place to fool around with the Egg, Inc. API

Notifications You must be signed in to change notification settings

krohmag/egg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egg

A place to fool around with the Egg, Inc. API

Requirements

  1. go version 1.16 or later
  2. Your EI user ID from the game
  3. A file at the root of the repo named 'config.json'

Setup

Install dependencies

go mod vendor

Populate config.json

{
  "botToken": "<discord bot token>",
  "guildID": "<discord server guild id>"
}

Run code start a discord bot

go run *.go

Current commands

/register - Requires a string as input. The expected value is a user's Egg, Inc. user ID /removeid - Requires a string as input. The expected value is a user's Egg, Inc. user ID

Run tests

From the root of the repo, run go test ./...

About

A place to fool around with the Egg, Inc. API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages