File size: 448 Bytes
61d29fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Development & Debugging Scripts

This directory contains scripts for development, debugging, and testing.

## Files

- `debug_eboard.py` - Debug script to examine eBoard page structure using Playwright

## Usage

These scripts are for development purposes and are not part of the production pipeline.

### Debug eBoard

```bash
python scripts/development/debug_eboard.py
```

Examines eBoard meeting page structure to help debug scraping issues.