https://github.com/josef-friedrich/pipermail-listfetch
https://github.com/josef-friedrich/pipermail-listfetch
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/josef-friedrich/pipermail-listfetch
- Owner: Josef-Friedrich
- License: mit
- Created: 2023-01-07T21:53:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:27:21.000Z (about 1 year ago)
- Last Synced: 2025-03-23T18:13:23.891Z (3 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipermail-listfetch
**pipermail-listfetch** is a Python script for downloading mailing list archives
off pipermail.## Prerequisites
- Python 3 *(You do not need latest 3.10, you should be able to use older versions without issues)*
- BeautifulSoup 4
- LXML
- RequestsYou can install the needed libraries with pip3:
```
pip3 install -r requirements.txt
```## Usage
*(arguments in [ ] are not required)*
```
./pipermail-listfetch.py mailing-list [--wait 1.5]
```
Example: `./pipermail-listfetch.py http://lists.dillo.org/pipermail/dillo-dev/ --wait 2.0`## What's pipermail?
Pipermail is the default web archive interface for GNU Mailman, a mailing list
software. With it, you can browse a mailing list with just your web browser.