https://github.com/codetheweb/accelerate-sf-board-summary
https://github.com/codetheweb/accelerate-sf-board-summary
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codetheweb/accelerate-sf-board-summary
- Owner: codetheweb
- Created: 2023-12-02T23:45:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T05:29:10.000Z (over 1 year ago)
- Last Synced: 2025-02-05T17:38:50.806Z (3 months ago)
- Language: TypeScript
- Size: 33.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
Copy `.env.example` to `.env.local`.
```bash
cd python-legistar-scraper
poetry install
cd ..npm i
docker compose up -d
npm run db:reset
npm run scrape:events
```## Search server
From package root run:```
python python/server.py
```You must have a file with your openai key (no new line!) at ~/openai.key
And pinecode key at ~/pinecode.key