From 7aad41195833b5a453b84e826dcd3c0f0cea4a86 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 1 Apr 2024 12:41:55 -0400 Subject: [PATCH] Update README with reference to reporting spam calls. --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 43e01f4..a4925b5 100644 --- a/README.rst +++ b/README.rst @@ -16,3 +16,17 @@ .. image:: https://img.shields.io/badge/skeleton-2024-informational :target: https://blog.jaraco.com/skeleton + + +Report spam calls +================= + +Jason uses this routine to report spam calls to the FTC: + +``` +py -m jaraco.develop.report-spam-call 202-555-1212 +``` + +It uses `Splinter `_ to automate the process of reporting a spam call through the donotcall.gov website. + +It might be overly tuned to a specific class of calls, so feel free to propose extensions to the process to suit more needs.