https://github.com/tynes/maildump
download linux mailing lists
https://github.com/tynes/maildump
Last synced: 8 months ago
JSON representation
download linux mailing lists
- Host: GitHub
- URL: https://github.com/tynes/maildump
- Owner: tynes
- Created: 2019-07-30T23:24:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T03:18:58.000Z (over 6 years ago)
- Last Synced: 2024-12-26T01:26:38.697Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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