Webex-based meme generation bot using memegen.link.
41172b1ea2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.archive | ||
.github | ||
app | ||
tests | ||
.coveragerc | ||
.env.default | ||
.gitignore | ||
.pre-commit-config.yaml | ||
docker-compose.yml | ||
Dockerfile | ||
imp.py | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
sonar-project.properties |
webexmemebot
Description
Webex-based meme generation bot using memegen.link.
How to install
- Clone the repository
- Copy
.env.default
to.env
- Edit
.env
as required:WEBEX_API_KEY
- Webex API key
How to use
- Install Docker and Docker Compose
- Run
docker-compose up -d