Skip to content

kevingo/go-ptt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go ptt

Read ptt in your console.

Install

  • go build
$ go build -o ptt *.go
  • go install
go install github.com/kevingo/go-ptt

Usage

  • Fetch default car board data
$ ptt
  • Fetch specific board
$ ptt -b {board}
  • Fetch number of pages on specific board
$ ptt -b {board} -p {number}

Screenshot

image