Skip to content

Commit

Permalink
Update README with reference to reporting spam calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 1, 2024
1 parent 785e2c8 commit 7aad411
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://splinter.readthedocs.io/en/stable/index.html>`_ 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.

0 comments on commit 7aad411

Please sign in to comment.