Webex-based meme generation bot using memegen.link.
Go to file
dependabot[bot] 1e474e3b98
chore(pip-dev)(deps-dev): bump virtualenv from 20.25.1 to 20.25.3 (#198)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.1 to 20.25.3.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.25.1...20.25.3)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 17:06:31 +01:00
.github chore(actions)(deps): bump actions/checkout from 4.1.1 to 4.1.2 2024-03-12 17:02:35 +00:00
app Explicitly return None 2024-03-26 22:29:44 +00:00
tests Add additional unit tests (#190) 2024-03-26 23:00:04 +00: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
docker-compose.yml v0.1.0 2023-07-21 22:57:14 +01:00
Dockerfile Revert "chore(docker)(deps): bump python from 3.11-slim to 3.12-slim" 2024-01-24 21:29:08 +00:00
poetry.lock chore(pip-dev)(deps-dev): bump black from 24.3.0 to 24.4.0 (#196) 2024-04-15 21:08:46 +01:00
pyproject.toml chore(pip-dev)(deps-dev): bump black from 24.3.0 to 24.4.0 (#196) 2024-04-15 21:08:46 +01:00
README.md v0.1.0 2023-07-21 22:57:14 +01:00
requirements-dev.txt chore(pip-dev)(deps-dev): bump virtualenv from 20.25.1 to 20.25.3 (#198) 2024-04-17 17:06:31 +01:00
requirements.txt chore(pip-prod)(deps): bump idna from 3.6 to 3.7 (#194) 2024-04-11 16:38:41 +01:00
sonar-project.properties feature(tests): add unit tests 2023-12-14 20:55:17 +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