We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907f892 commit 0a93ff9Copy full SHA for 0a93ff9
README.md
@@ -19,11 +19,17 @@ date time type title description location eventTime URL thumbnailURL imageURL
19
20
---
21
22
-## How to run the bot
+## How to run the bot (locally)
23
24
1. clone the repo locally
25
2. create a Google Cloud application and enable the sheets API, download the auth file, and place it in the repo
26
3. edit the `.env.example` file by adding the bot token and other necessary config data and renaming it to `.env`
27
4. in a terminal, run `npm run start` or `npm run dev` (if you're actively developing)
28
29
+## How to run the bot (Docker)
30
+
31
+1. pull Docker image
32
+2. pass in the environment variables and mount the auth file
33
+3. spin up the container
34
35
0 commit comments