Webex-based meme generation bot using memegen.link.
Go to file
renovate[bot] bcc755cfd0
[SECURITY] Update dependency certifi to v2023.7.22 [SECURITY] (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-26 07:16:17 +01:00
.github/workflows v0.1.0 2023-07-21 22:57:14 +01:00
tests Initial commit 2023-07-21 19:24:30 +01:00
webexmemebot Fix for #5 2023-07-24 16:16:30 +01:00
.coveragerc Initial commit 2023-07-21 19:24:30 +01:00
.env.default v0.1.0 2023-07-21 22:57:14 +01:00
.gitignore Initial commit 2023-07-21 19:24:30 +01:00
CODEOWNERS Initial commit 2023-07-21 19:24:30 +01:00
docker-compose.yml v0.1.0 2023-07-21 22:57:14 +01:00
Dockerfile Update python Docker tag to v3.11.4 (#4) 2023-07-22 17:14:24 +01:00
poetry.lock Fix for #5 2023-07-24 16:16:30 +01:00
pyproject.toml Fix for #5 2023-07-24 16:16:30 +01:00
README.md v0.1.0 2023-07-21 22:57:14 +01:00
renovate.json Initial commit 2023-07-21 19:24:30 +01:00
requirements-dev.txt Update dependency dill to v0.3.7 (#8) 2023-07-24 10:49:34 +01:00
requirements.txt [SECURITY] Update dependency certifi to v2023.7.22 [SECURITY] (#12) 2023-07-26 07:16:17 +01:00
sonar-project.properties Fix Sonar 2023-07-21 23:05:08 +01:00

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