Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 731 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 731 Bytes

Random Coffee Bot

This bot accompanies the Having Coffee with Deno blog post series by Cameron Presley.

Using this Repository

Prerequisites

  • Make sure to have the latest version of Deno installed.

Setup

  1. Create your .env file by copying the .env.example file and following the links in the .env for generating your secrets
  2. Update the GITHUB_ORGANIZATION_NAME to be the name of the organization to get members from

Running the script

  1. Navigate to the root of the repo
  2. Run deno run --allow-read --allow-env --allow-net ./index.ts