A google group crawler written in go
This crawler downloads messages in RFC 822
format that can be imported
into your email clients (Mutt
, Thunderbird
, etc.)
Example of messages downloaded from vim_use
$ go run crawler.go -h
Usage of crawler:
-g string
Group name
-t int
Threads count (default 1)
- Download new messages
- Private group
This project is inspired by icy/google-group-crawler, a bash version of the crawler
Go Google Group Crawler is open source software licensed as MIT.