test
Some checks failed
Enforce Conventional Commit PR Title / Validate PR Title (pull_request) Failing after 3s

This commit is contained in:
Luke Tainton 2025-01-02 22:34:33 +00:00
parent 1086eb3d18
commit 3a1f3683fa
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# webexmemebot
## Description
Webex-based meme generation bot using memegen.link.
## How to install
1. Clone the repository
2. Copy `.env.default` to `.env`
3. Edit `.env` as required:
- `WEBEX_API_KEY` - Webex API key
## How to use
1. Install Docker and Docker Compose
2. Run `docker-compose up -d`