Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tynes/maildump

download linux mailing lists
https://github.com/tynes/maildump

Last synced: 9 days ago
JSON representation

download linux mailing lists

Awesome Lists containing this project

README

        

# Mailing List Dump

Simple Scripts for dumping Mailing lists

## Usage

`make` wraps 2 scripts, `fetch.sh` and `unzip.sh`.

Download the bitcoin-dev mailing list with:

```bash
$ make bitcoin
```

Download the lightning-dev mailing list with:

```bash
$ make lightning
```

The unzipped files can be found in the `raw` directory
and the zipped files can be found in the `archives`
directory.

### Further Instructions

Download all files at Gzip'd hyperlinks using `fetch.sh`.
First argument is the mailing list html page.
Save files in `archives` directory.

```bash
$ ./fetch.sh https://lists.linuxfoundation.org/pipermail/lightning-dev/
```

Unzip all files in `archives` directory using `unzip.sh`.
Works on OSX.

```bash
$ ./unzip.sh
```

Writes files to `raw` directory.

Enjoy reading!

## TODO

- Be portable