From 2bf14a30f856cfcdca849b33741c0dca9bf1f686 Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Fri, 26 May 2023 05:22:52 -0500 Subject: [PATCH] added README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..808e441 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Scripts for O9A Product Article + +This repository contains Python scripts that were useful in writing the article [INSERT ARTICLE URL AND HEADLINE HERE]. + +- `get_deleted_o9a_articles.py`: Identify all articles from an O9A website that have been captured on Wayback Machine but have since been deleted, and search for a particular string +- `get_ebay_seller_revenue.py`: Estimate the total revenue of a specific O9A-affiliated Ebay seller +- `get_in_stock_stores.py`: Find all Barnes & Noble stores with a specified product in-stock +- `get_ingram_o9a_books.py`: Get information about a list of O9A-associated books that Ingram has in-stock \ No newline at end of file