Skip to content

redguava/go-google-group-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages