From 8841e20c3d1d92c5a84a7330a3076e778a4d8edd Mon Sep 17 00:00:00 2001 From: Ayan Bandyopadhyay Date: Tue, 17 Sep 2024 09:22:55 -0700 Subject: [PATCH] Update README.md (#80) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ee432084..9f96bb36 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ + + + + +

[Finic](https://finic.ai/) is a cloud platform designed to simplify the deployment and management of browser-based automation agents, with a focus on fault-tolerant execution. It’s designed for quickly launching bots, scrapers, RPA integrationsm and other jobs that depend on multiple authenticated web services. Finic uses [Playwright](https://github.com/microsoft/playwright-python) to interact with DOM elements, and recommends [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) for HTML parsing.