Webex-based meme generation bot using memegen.link.
757a5ae865
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.3.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
app | ||
tests | ||
.coveragerc | ||
.env.default | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
requirements-dev.txt | ||
requirements.txt | ||
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