summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-04 16:27:38 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-04 16:27:56 -0500
commit67ea45f282dcc1f6b37757bf69131354d09b1c61 (patch)
tree3eb57996c654b271f70b3f54c3ec97970ba74f8b /docs
parent93ef427bfe029cf312d962844d2003f9e00769df (diff)
downloadrequests-cache-67ea45f282dcc1f6b37757bf69131354d09b1c61.tar.gz
Add link to example from Python Web Scraping book
Diffstat (limited to 'docs')
-rw-r--r--docs/examples.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples.md b/docs/examples.md
index d8477dc..7e30213 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -10,6 +10,7 @@ Some articles and blog posts that discuss requests-cache:
* Thomas Gorham: [Faster Backtesting with requests-cache](https://www.mntn.dev/blog/requests-cache)
* Tim O'Hearn: [Pragmatic Usage of requests-cache](https://www.tjohearn.com/2018/02/12/pragmatic-usage-of-requests-cache/)
* Valdir Stumm Jr: [Tips for boosting your Python scripts](https://stummjr.org/post/building-scripts-in-python/)
+* Python Web Scraping (2nd Edition): [Exploring requests-cache](https://learning.oreilly.com/library/view/python-web-scraping/9781786462589/3fad0dcc-445b-49a4-8d5e-ba5e1ff8e3bb.xhtml)
## Scripts
The following scripts can also be found in the