Creates solar eclipse events
- Python 3.x
- Google Chrome (Version any)
- Create a virtual environment:
python3 -m venv my_project_env - Activate the virtual environment:
source venv/bin/activate
source venv\Scripts\activate
Install required Python packages:
pip install -r requirements.txtNo need to worry about the chrome drivers, they will be installed automatically.
Place your settings and credentials in config/settings.json.
Navigate to the src/ directory and run:
python main.py