Webex-based meme generation bot using memegen.link.
Go to file
2025-01-03 16:49:32 +00:00
.archive feat: switch to uv 2025-01-03 16:41:14 +00:00
.gitea fix(ci): switch poetry to uv 2025-01-03 16:46:00 +00:00
.github chore(ci): migrate SOT to Gitea (#429) 2025-01-01 00:17:19 +01:00
app chore(sentry): remove Sentry 2024-11-28 21:00:21 +00:00
tests chore(sentry): remove Sentry 2024-11-28 21:00:21 +00:00
.coveragerc chore: add pre-commit 2024-08-04 19:04:40 +01:00
.env.default chore(sentry): remove Sentry 2024-11-28 21:00:21 +00:00
.gitignore feat: switch to uv 2025-01-03 16:41:14 +00:00
.pre-commit-config.yaml revert: 71d2a97105 2025-01-02 21:42:11 +01:00
docker-compose.yml v0.1.0 2023-07-21 22:57:14 +01:00
Dockerfile fix(imp): add compatibility module for imp deprecation 2024-11-28 21:59:59 +00:00
imp.py fix(imp): add compatibility module for imp deprecation 2024-11-28 21:59:59 +00:00
pyproject.toml feat: switch to uv 2025-01-03 16:41:14 +00:00
README.md fix(readme): put readme back 2025-01-02 22:54:22 +00:00
renovate.json fix(ci): fix constantly failing CI (#450) 2025-01-02 18:05:15 +01:00
sonar-project.properties chore(ci): migrate SOT to Gitea (#429) 2025-01-01 00:17:19 +01:00
uv.lock feat: switch to uv 2025-01-03 16:41:14 +00: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