# Agenda Informe Scraper

Scrape agenda-informe.com and generate `calendar.ics` for Google Calendar.

## Quick Start

### Windows
Double-click `run.bat` → Done!

### Linux/Mac
```bash
chmod +x run.sh
./run.sh
```

## Auto-Run (Linux/Mac weekly)

```bash
chmod +x install-cron.sh
./install-cron.sh
```

Then choose day & time. Runs automatically every week!

See [LINUX_SETUP.md](LINUX_SETUP.md) for full guide.

## Files

- `agenda_simple.py` - Scraper (generates calendar.ics)
- `calendar.ics` - Your calendar file (270 events)
- `events_cache.json` - Event backup
- `requirements_simple.txt` - Dependencies (requests, beautifulsoup4)

## 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

## Documentation

- `HOWTO.txt` - Quick usage
- `LINUX_SETUP.md` - Linux/Mac guide with cron setup

---

**Ultra-simple. No dependencies. Just works.**
