webexmemebot/README.md

15 lines
307 B
Markdown
Raw Normal View History

2023-07-21 23:57:14 +02:00
# webexmemebot
2023-07-21 20:24:30 +02:00
## Description
2023-07-21 23:57:14 +02:00
Webex-based meme generation bot using memegen.link.
2023-07-21 20:24:30 +02:00
## How to install
2023-07-21 23:57:14 +02:00
1. Clone the repository
2. Copy `.env.default` to `.env`
3. Edit `.env` as required:
- `WEBEX_API_KEY` - Webex API key
2023-07-21 20:24:30 +02:00
## How to use
2023-07-21 23:57:14 +02:00
1. Install Docker and Docker Compose
2. Run `docker-compose up -d`