File size: 597 Bytes
61d29fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# LocalView Meeting Transcripts Scripts

Scripts for working with [LocalView](https://localview.net/) municipal meeting transcripts and agendas.

## Data Source

- **Website**: https://localview.net/
- **Coverage**: 200+ US municipalities
- **Data Types**: Meeting transcripts, agendas, attendees

## Scripts

- `localview_ingestion.py` - Ingest LocalView meeting data

## Data Includes

- Meeting transcripts (full text)
- Meeting agendas and documents
- Attendee lists
- Meeting metadata (date, location, type)

## Usage

```bash
python localview_ingestion.py --jurisdiction "Cambridge, MA"
```