An open API service indexing awesome lists of open source software.

https://github.com/codetheweb/accelerate-sf-board-summary


https://github.com/codetheweb/accelerate-sf-board-summary

Last synced: 30 days ago
JSON representation

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