https://github.com/matkoniecz/mailing-list-downloader
Generic downloading of mailing list archives [mailing lists][tagging]
https://github.com/matkoniecz/mailing-list-downloader
mailing-list
Last synced: 6 months ago
JSON representation
Generic downloading of mailing list archives [mailing lists][tagging]
- Host: GitHub
- URL: https://github.com/matkoniecz/mailing-list-downloader
- Owner: matkoniecz
- Created: 2020-08-26T07:14:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T11:17:33.000Z (over 2 years ago)
- Last Synced: 2025-02-14T07:31:54.856Z (8 months ago)
- Topics: mailing-list
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Python script that will download tagging and talk for a given year, if one has some minimal programming experience it should be easy to change it to other mailing lists and/or other years.
Even if someone has 0 programming experience, it is still easy to configure (let me know if such instructions would be useful).
As Python script it requires Python to run. It also needs `curl` and `gunzip` commands.
(if you want it to run but anything is unclear, let me know using https://github.com/matkoniecz/mailing-list-downloader/issues (create a new issue if it is not covered by one of open issues) and I will document it or try to reduce number of dependencies)
See also the same in pure bash at [https://wiki.openstreetmap.org/wiki/User:ZeLonewolf/Searching_mailing_lists](https://wiki.openstreetmap.org/wiki/User:ZeLonewolf/Searching_mailing_lists)
See also other mailing list scripts at [https://github.com/SomeoneElseOSM/listscripts](https://github.com/SomeoneElseOSM/listscripts)