Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 823 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 823 Bytes

Go Google Group Crawler

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.)

mutt screenshot

Example of messages downloaded from vim_use

Usage

$ go run crawler.go -h
Usage of crawler:
  -g string
        Group name
  -t int
        Threads count (default 1)

Todos

  • Download new messages
  • Private group

Credits

This project is inspired by icy/google-group-crawler, a bash version of the crawler

License

Go Google Group Crawler is open source software licensed as MIT.