aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index eb48c6a..c67e7db 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,11 @@
---
> Note: this project was made for [Hack Club Doppel](https://doppel.hackclub.com), and is tailored for Hack Club Slack. This bot is not guaranteed to work outside of Hack Club Slack.
+
+---
+
+## Running locally
+
+1. Copy `example.env` to `.env` and fill in all of the fields with your chosen API key(s).
+2. Install the required Python modules with `pip3 install -r requirements.txt`
+3. Run the bot with `python3 -m src.main` - this will start an HTTP server on port 8000 for OAuth along with running the Slack Bolt application!