/eager-reader-discord-bot

A Discord bot which looks for URLs in messages and posts a summary of the page.

Primary LanguageGoMozilla Public License 2.0MPL-2.0

Eager Reader Discord bot

A Discord bot which looks for URLs in messages and posts a summary of the page.

Usage

Running the program requires two environment variables:

  • BOT_TOKEN: The token for the Discord bot.
  • OPENAI_TOKEN: The API key for OpenAI.

Docker container

You can run the bot as a container using the following command:

docker run -e BOT_TOKEN=secret-token -e OPENAI_TOKEN=secret-token rutkai/eager-reader-discord-bot:latest