Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarletcafe/discord.py-docker
Dockerfiles and images to create bot-ready environments for Python bots that use the discord.py library.
https://github.com/scarletcafe/discord.py-docker
discord discord-bot discord-py python3 python36
Last synced: 7 days ago
JSON representation
Dockerfiles and images to create bot-ready environments for Python bots that use the discord.py library.
- Host: GitHub
- URL: https://github.com/scarletcafe/discord.py-docker
- Owner: scarletcafe
- License: mit
- Created: 2018-03-18T18:28:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T17:58:24.000Z (3 months ago)
- Last Synced: 2024-12-13T22:53:50.665Z (14 days ago)
- Topics: discord, discord-bot, discord-py, python3, python36
- Language: Shell
- Homepage:
- Size: 1.09 MB
- Stars: 38
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord.py Dockerfiles
This is the repo that stores generated Dockerfiles for the [gorialis/discord.py](https://hub.docker.com/r/gorialis/discord.py/) Docker repository.
You can generate Dockerfiles by using Python 3.9, installing `requirements.txt` with `pip install -U -r requirements.txt` and then simply running `generate.py`.
Components of the Dockerfiles are stored in `templates/`. Generation configuration is stored in `config.yml`.
I do not own the `discord.py` library. These Dockerfiles, and uploaded respective images, are provided for convenience only.
The discord.py library can be viewed [here](https://github.com/Rapptz/discord.py). It is available under the [MIT License](https://github.com/Rapptz/discord.py/blob/async/LICENSE).
While the Dockerfile templates, generated Dockerfiles and `generate.py` script are my own property and therefore subject to the [MIT License](https://github.com/Gorialis/discord.py-docker/blob/master/LICENSE), the dependencies installed in built images may be subject to their own licenses.
Please check you have read and understood those respective licenses before using the libraries in your own projects.