A tool for downloading files from Athena.
Supported OS: MacOS only (for now)
-
Ensure Google Chrome is installed:
-
Download and install Google Chrome.
-
Open
chrome://version/
in Chrome to check your current version.Example:
130.0.6723.117 (Official Build) (arm64)
-
-
Install ChromeDriver:
- Choose one of the following methods to install the matching version of ChromeDriver.
- Visit ChromeDriver Downloads to find the version that matches your Chrome version.
Note: In version 1.1.0
an unstable shell script chromedriver/installer.sh
is included, which can detect the installed version of Chrome and download the corresponding version of ChromeDriver. This script is not recommended for production use for potential bugs.
- Run the following command from the project’s root directory to install necessary Python packages:
pip install -r requirements.txt
- Open the
config.yaml
file located in the root directory. - Adjust the settings as needed. Refer to any inline comments for guidance.
- Run the Python script with:
python main.py
- Wait for the download process to complete.