Webex-based meme generation bot using memegen.link.
4bd794a939
Bumps the pip group with 1 update in the / directory: [pyjwt](https://github.com/jpadilla/pyjwt). Updates `pyjwt` from 2.4.0 to 2.8.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.4.0...2.8.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production dependency-group: pip ... 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