From adc53751b9f5680511423092e46c4c01d4b106f6 Mon Sep 17 00:00:00 2001 From: Luna Meng Jia <73403516+Luna-Jia@users.noreply.github.com> Date: Thu, 2 May 2024 09:52:21 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fb331b..b8fe0c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -# FastAPI Project Guide +# YouTube Review and Description Fetcher + +###### This project is a Python-based application for fetching YouTube video reviews and descriptions, built with FastAPI, a modern, fast web framework for building APIs with Python. +#### Key Features: +- Integrated Google Cloud Translate API for multilingual support. +- Implemented CLI functionality for review fetching using video IDs or search terms. +- Utilized GitHub Actions for CI, ensuring code quality through automated testing. + -###### This project is built using FastAPI, a modern, fast web framework for building APIs with Python. #### Follow the following steps to run the project: