From 3ea21a314e82e0824b39df1464c031fb8620395b Mon Sep 17 00:00:00 2001 From: oltarasenko Date: Wed, 2 Dec 2020 11:42:51 +0100 Subject: [PATCH] Add article about authentication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83a1be1b..9960c5ab 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ See more at [Experimental UI](https://hexdocs.pm/crawly/experimental_ui.html#con 1. Blog post on Erlang Solutions website: https://www.erlang-solutions.com/blog/web-scraping-with-elixir.html 2. Blog post about using Crawly inside a machine learning project with Tensorflow (Tensorflex): https://www.erlang-solutions.com/blog/how-to-build-a-machine-learning-project-in-elixir.html 3. Web scraping with Crawly and Elixir. Browser rendering: https://medium.com/@oltarasenko/web-scraping-with-elixir-and-crawly-browser-rendering-afcaacf954e8 +4. Web scraping with Elixir and Crawly. Extracting data behind authentication: https://oltarasenko.medium.com/web-scraping-with-elixir-and-crawly-extracting-data-behind-authentication-a52584e9cf13 ## Example projects