Webex-based meme generation bot using memegen.link.
Go to file
2025-01-02 20:19:37 +00:00
.archive fix(ci): fix constantly failing CI (#450) 2025-01-02 18:05:15 +01:00
.gitea fix(ci): use the conventionalcommits preset instead of angular 2025-01-02 20:19:37 +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 chore(sentry): remove Sentry 2024-11-28 21:00:21 +00:00
.pre-commit-config.yaml chore: add pre-commit 2024-08-04 19:04:40 +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
poetry.lock chore(deps): update dependency pylint to v3.3.3 2025-01-02 21:06:57 +01:00
pyproject.toml fix(deps): update dependency astroid to <=3.3.8 2025-01-02 17:07:52 +00:00
README.md v0.1.0 2023-07-21 22:57:14 +01: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

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