In order to provide a better user experience, this project has been discontinued. This project is no longer maintained and will be archived soon. But not everything is bad. Menhera Picasso has a substitute. Visit Menhera Van GOgh, It is pretty the same thing, but is made in GoLang. Thank you.
An Application to manipulate images for MenheraBot.
MenheraBot »
You may contribute to this project by opening an issue or creating a pull request on GitHub. If you want to add a new asset, you need to follow this document, and send the asset to MenheraBot's Suppport Server.
To run MenheraPicasso, you need to have Docker in your machine. You have two options of installation, follow the one that applies to you.
If you want to build the image yourself, you can do it by following these steps:
- 🧹 Clone the repository
git clone https://github.com/MenheraBot/MenheraPicasso.git
- 💻 Building the Image
docker build . --tag picasso
- 🏃♂️ Running a Container
docker run --name PicassoServer -p 2080:2080 -e "API_TOKEN=" -e "MENHERA_AGENT=" --restart unless-stopped -d -t picasso
Obs: the
API_TOKEN
andMENHERA_AGENT
are just for authentication purpuses. Therestart
policy used is because, well, no one wants a server down!
Now we can connect to WS or HTTP to 2080 port!
If you don't really want all the source code, and just want to execute the bot, you can just donwload the image from the Container Registry.
- 📥 Download the image
docker pull ghcr.io/menherabot/picasso:latest
You need to be logged in
- 🏃♂️ Running a Container
docker run --name PicassoServer -p 2080:2080 -e "API_TOKEN=ReplaceWithToken" -e "MENHERA_AGENT=Agent??Yes!Agent" --restart unless-stopped -d -t ghcr.io/menherabot/picasso:latest
Obs: the
API_TOKEN
andMENHERA_AGENT
are just for authentication purpuses. Therestart
policy used is because, well, no one wants a server down!
Creeper? Awww maan. Picasso is on!
Distributed under the MIT License. See LICENSE
for more information.
Discord: Luxanna#5757
Twitter: @Luxanna_Dev
MenheraBot was made with ❤️ by Luxanna.