From a1196ef273a94567bba73fc4a06ce6901105627c Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Sat, 24 Feb 2024 22:41:27 +0100 Subject: docs: Add demo --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9f3c8bb..759e8a2 100644 --- a/README.md +++ b/README.md @@ -13,21 +13,29 @@

-flyscrape is a standalone and scriptable web scraper, combining the speed of Go with the flexibility of JavaScript. — Focus on data extraction rather than request juggling. +Flyscrape is a command-line web scraping tool designed for those without
advanced programming skills, enabling precise extraction of website data.


-Installation · Documentation · Releases +Installation · Documentation · Releases

+ +## Demo + + + + + + ## Features - **Standalone:** Flyscrape comes as a single binary executable. - **jQuery-like:** Extract data from HTML pages with a familiar API. - **Scriptable:** Use JavaScript to write your data extraction logic. -- **Tons of features:** 20 features to configure the scraping behavior. +- **System Cookies:** Give Flyscrape access to your browsers cookie store. - **Browser Mode:** Render JavaScript heavy pages using a headless Browser. ## Overview -- cgit v1.2.3