From 9d6f84f3136b5d43fda2254c57d6aa3bdbcc4df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C4=ABna?= Date: Sat, 6 Jul 2024 09:50:52 +0300 Subject: [PATCH] update readme.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 471f603..a8009d1 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ disturbing, so I developed a custom solution to enhance the user experience. In this implementation, when a HEIC format attachment is uploaded in a text channel, the app converts it to a JPEG image. The bot then posts the converted image in the same text channel. -The project is developed with Java Spring Boot and built with Gradle. +The project is developed with Java Spring Boot using Java Discord API and built with Gradle. The image conversion service is separated from the app, developed as a Google Cloud Function written -in Python with Flask and using the Pillow framework for image processing. It communicates with the +in Python with Flask and using Pillow for image processing. It communicates with the app through HTTP requests. ## Project Structure @@ -24,7 +24,6 @@ app through HTTP requests. - `requirements.txt`: The dependencies required for the Cloud Function. - `src/`: Contains the Java source code. - `build.gradle`: The Gradle build file. -- `settings.gradle`: The Gradle settings file. ## Environment Variables Sensitive data for the project is specified as environment variables. In the Google Cloud Function,