Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 685 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 685 Bytes

WebDownloader

WebDownloader downloads web pages, and makes use of the /python-cs-361 microservice to translate the webpages.

The code in the directory /python-cs-361 is not mine. It is from here: https://github.com/Haru825/CS361-Project/blob/main/myTranslate.py

My code is located in /src/main/java/webdownloader/downloader.java.

How to run: Watch this quick video tutorial on how to download and install webdownloader: https://diode.zone/w/vXoLbTM1rc5S2ZJaQWWT1R Clone this repository, and open it in Eclipse, follow the video instructions to ensure that opencsv-5.2 is set correctly in Eclipse. To edit the source file, navigate to /src/main/java/webdownloader/downloader.java.