Simple script to fetch latest and top images of the day from https://planespotters.net. Saves images in the following folders:
- Images from Latest Additions are saved to
./latest
(16 images by default) - Images from User Favourites of the Day are saved to
./top_daily
(100 images by default)
Set your OS to apply backgrounds / wallpapers from these folders.
Install dependencies
pip install -r requirements.txt
Run the script
python main.py
Use the example.service
file as a template for a systemd service.