Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Post Ratio Explorer

NotificationsYou must be signed in to change notification settings

bottledcode/mailing-list

Repository files navigation

This tool allows you to see some stats for a mailing list.

How to run

  1. Clone the repository
  2. Runcomposer install
  3. Runphp collector.php to download the mailing list archive/history. It is a bit of a hack, so I recommend using theonline version or adjusting the max range/window incollector.php to avoid downloading the entire history.
  4. Runcd public; php -S localhost:8000 to start the built-in PHP server ORdocker compose up.

Environment variables:

  • SALT: A salt to hash the email addresses. This is used to anonymize the email addresses. If you don’t set this, theemail address will be a simple MD5 hash.
  • UNSAFE_EMAILS: If set, the email addresses will not be anonymized. This is useful for debugging.

Production build

  1. Push tomain
  2. Wait for GitHub Actions to build the production version
  3. Updatek8s-manifest.yaml with the current commit hash
  4. Apply the manifest to the Kubernetes cluster

License

This tool is licensed to Robert Landers, all rights reserved. You ARE NOT allowed to use it for any purpose beyond yourown research and personal use.


[8]ページ先頭

©2009-2025 Movatter.jp