From e275b7414aa9ff7c42f5107f2bfe90b0733edfb8 Mon Sep 17 00:00:00 2001 From: Lorenzo Padoan Date: Wed, 31 Jan 2024 12:08:12 +0100 Subject: [PATCH] Update README.md with codespaces --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f18dbc6..376c0af7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ The use of this library allows to scrape and extract informations from websites This library can work passing as a parameter from the code the HTML to scrape or it can work passing the link of the website that you want to extract informations. +# 🔍 Demo +Try out AmazScraper in your browser: +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/VinciGit00/AmazScraper) -# Setup +# 🔧 Quick Setup Follow the following steps: @@ -52,7 +55,7 @@ API_KEY="your openai.com api key" python -m AmazScraper.examples.html_scraping ``` -# Practical use +# 📖 Examples ## Using AmazScraper as a library