# HOW TO USE ## Ultra-Simple Setup ### Option 1: Windows Double-click `run.bat` → Done! ### Option 2: Command Line ```bash python agenda_simple.py ``` ## What it does 1. Scrapes 270 events from agenda-informe.com (~15 seconds) 2. Generates `calendar.ics` file 3. Saves backup to `events_cache.json` ## Import to Google Calendar 1. Download `calendar.ics` 2. Go to: https://calendar.google.com 3. Settings → Import & Export → Import 4. Choose `calendar.ics` 5. Done! 270 events in your calendar ## Or Subscribe to URL If you have a web server or VPS hosting the file: 1. Get the file URL (e.g., http://your-server/calendar.ics) 2. Google Calendar → Add other calendars → Subscribe to calendar 3. Paste URL → Subscribe ## That's it! Total size: ~176 KB Dependencies: 2 Python packages (requests, beautifulsoup4) No Flask. No web server. No complexity. Just scrape and import.