Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josef-friedrich/pipermail-listfetch
https://github.com/josef-friedrich/pipermail-listfetch
Last synced: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:27:21.000Z (9 months ago)
- Last Synced: 2024-04-13T23:54:29.221Z (9 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- 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.