Skip to content

An image manipulator application for generating images for MenheraBot

License

Notifications You must be signed in to change notification settings

MenheraBot/MenheraVanGOgh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

📔 Menhera Van GOgh 📔

An Application to manipulate images for MenheraBot written in Go.
MenheraBot »

👨‍💻 | Contributing

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.

🔥 | Running

To run Menhera Van GOgh, you need to have Docker in your machine. You have two options of installation, follow the one that applies to you. It is good to have a Redis instance to improve the performance of the application.

🔮 | Building the Image

If you want to build the image yourself, you can do it by following these steps:

  1. 🧹 Clone the repository
git clone https://github.com/MenheraBot/MenheraVanGOgh.git
  1. 💻 Building the Image
docker build . --tag vangogh
  1. 🏃‍♂️ Running a Container
docker run --name VangoghServer -p 2080:2080 -e "TOKEN=" -e "REDIS_URL=" -e "REDIS_DB=" --restart unless-stopped -d -t vangogh

Obs: the TOKEN is just for authentication purpuses. REDIS_URL and REDIS_DB are the variables to connect to your redis instance. The restart policy used is because, well, no one wants a server down!

Now we can connect to HTTP to 2080 port!

🎉 | Downloading the Image

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.

  1. 📥 Download the image
docker pull ghcr.io/menherabot/vangogh:latest

You need to be logged in

  1. 🏃‍♂️ Running a Container
docker run --name VangoghServer -p 2080:2080 -e "TOKEN=ReplaceWithToken" -e "REDIS_URL=" -e "REDIS_DB=" --restart unless-stopped -d -t ghcr.io/menherabot/vangogh:latest

Obs: the TOKEN is just for authentication purpuses.REDIS_URL and REDIS_DB are the variables to connect to your redis instance. The restart policy used is because, well, no one wants a server down!

Creeper? Awww maan. Van GOgh is on!

🔨 | Made With

💖 | Special Thanks

I shall thank RabbitHouseCorp very much for providing inspiration for this repository. It's the first time I've used Go, totally a long shot, not knowing anything, and thanks to them, I was able to steal most of the code start making this project, mainly using the Go Graphics base as inspiration. Thank you very much.

⚖️ | License

Distributed under the MIT License. See LICENSE for more information.

📧 | Contact

Discord: Luxanna#5757

Twitter: @Luxanna_Dev


MenheraBot was made with ❤️ by Luxanna.