Webex-based meme generation bot using memegen.link.
Go to file
2023-12-10 22:41:06 +00:00
.github/workflows Roll back actions/checkout action to v4.1.1 (#76) 2023-10-18 12:12:40 +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 Switch to Python 3.11 slim image base (#34) 2023-09-03 23:00:46 +01:00
poetry.lock Update dependency pre-commit to v3.6.0 (#108) 2023-12-10 14:49:04 +00:00
pyproject.toml Update dependency pylint to v3 (#66) 2023-10-18 12:30:58 +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 pathspec to v0.12.1 2023-12-10 22:41:06 +00:00
requirements.txt Update dependency idna to v3.6 (#103) 2023-11-25 17:31:29 +00: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