Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tynes/maildump
- Owner: tynes
- Created: 2019-07-30T23:24:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T03:18:58.000Z (about 5 years ago)
- Last Synced: 2024-11-06T18:01:09.754Z (about 2 months 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