A Python script for creating a personalized recycling calendar using the Recycle! API. Only works for Belgian addresses.
- Install Python dependencies (see requirements.txt)
- Execute
python main.py
in a terminal and follow the prompts - Import the resulting calendar file (ics) in your favorite calendar application
- Start the Docker container by executing
docker-compose run --rm belgian_recycle_calendar_creator
and follow the prompts - Import the resulting calendar file (ics) in your favorite calendar application
- Download the Unix executable and give it permission to execute using
chmod +x ./be_recycle_calendar
- Execute
./be_recycle_calendar
in a Unix terminal (macOS and Linux) and follow the prompts - Import the resulting calendar file (ics) in your favorite calendar application
Windows executables are currently not supported.
- Python 3.7 or higher