Skip to content

lfnandoc/nandobot-go

Repository files navigation

nandobot-go

nandobot-go is a Golang interpretation of my previous project Nandobot.

Instead of being a Discord bot, it uses Discord Webhooks to send the discord messages.

Also new:

  • Generates an image of the player's items stitched together and uploads it to Imgur
  • Has an API for adding new players and getting the last match info
  • Generates a random comment about the player performance using Open AI API
  • Stores all matches on db

image

New Config.json:

{
    "riotApiKey": "RGAPI-xxxxxxxxxxxxxxxxxxxxxxxx", // your riot games api key
    "ImgurClientID": "xxx", // imgur client id
    "ImgurClientSecret": "xx", // imgur client secret
    "DiscordWebhook": "https://discordapp.com/api/webhooks/xxxxxxxxxx" // discord webhook
    "OpenAiApiKey": "xx" // open ai api key
}

About

nandobot-go is a Golang interpretation of my previous project Nandobot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published