Webex-based meme generation bot using memegen.link.
Luke Tainton
4704fdfabe
* chore(pip-dev)(deps-dev): bump pluggy from 1.4.0 to 1.5.0 (#201) Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.4.0 to 1.5.0. - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: pluggy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(pip-dev)(deps-dev): bump identify from 2.5.35 to 2.5.36 (#202) Bumps [identify](https://github.com/pre-commit/identify) from 2.5.35 to 2.5.36. - [Commits](https://github.com/pre-commit/identify/compare/v2.5.35...v2.5.36) --- updated-dependencies: - dependency-name: identify 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> * chore(pip-prod)(deps): bump webex-bot from 0.4.1 to 0.4.7 (#207) Bumps [webex-bot](https://github.com/fbradyirl/webex_bot) from 0.4.1 to 0.4.7. - [Release notes](https://github.com/fbradyirl/webex_bot/releases) - [Commits](https://github.com/fbradyirl/webex_bot/compare/v0.4.1...v0.4.7) --- updated-dependencies: - dependency-name: webex-bot dependency-type: direct:production 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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