https://github.com/blue0513/go-summarizer
Summarize web page by ChatGPT
https://github.com/blue0513/go-summarizer
golang
Last synced: 10 days ago
JSON representation
Summarize web page by ChatGPT
- Host: GitHub
- URL: https://github.com/blue0513/go-summarizer
- Owner: blue0513
- License: mit
- Created: 2024-10-13T15:39:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T17:44:18.000Z (5 months ago)
- Last Synced: 2025-06-18T16:09:49.471Z (16 days ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-summarizer
Summarize web page by ChatGPT
## Setup
```shell
export OPENAI_API_KEY="YOUR_API_KEY"
```or if you use [direnv](https://direnv.net/):
```shell
cp .envrc.example .envrc
# edit .envrc
```## Quick start
```shell
make run URL="http://example.com"
```## Usage
```shell
go run . --url "http://example.com" --lang "English"
```## Install
```shell
# Install as `go-summarizer`
make install
go-summarizer --url "http://example.com" --lang "English"
```