@_russellb: My list:
- Floki - fetching data from HTML pages
- HTTPoison - fetching files (also HTML pages)
- Poison - decoding
JSONfor example when you have json in element attribute value - NimbleCSV - some data you can fetch from
CSVfiles on some pages for example export search results to CSV - ExVCR - recording library for
HTTPoison- useful in TDD (Test Driver Development) - Retry - just to retry

- Hound - fallback for
HTTPoisonandFlokifor pages usingJavaScriptframeworks/libraries
There is also Meeseeks (really good replacement for Floki), but for me it requires Rust that in my case I need to compile (Funtoo Linux) that takes lots of time on my old laptop.






















