Skip to content

aseligmann/lunch-menu-bot

Repository files navigation

Lunch Menu Bot

A Discord bot that fetches the daily lunch menu and formats it beautifully.

Features

  • Fetches daily lunch menu from a specified source.
  • Formats the menu and makes it ✨pretty✨.
  • Adds english translations using OpenAI.
  • Posts the formatted menu when prompted with !menu.

Requirements

Installation

  1. Clone the repository:

    git clone https://github.com/aseligmann/lunch-menu-bot.git
    cd lunch-menu-bot
  2. Set up environment variables: Create a .secrets file in the root directory and add your tokens:

    DISCORD_BOT_TOKEN=your_discord_bot_token
    OPENAI_API_KEY=your_openai_api_key
  3. Run docker-compose:

    docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published