awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

add fastbots

Open ubertidavide opened this issue 2 years ago • 1 comments

Added fastbots library.

Fastbots is a simple library designed for rapid bot and scraper development using Selenium and the POM (Page Object Model) design. It enhances productivity by allowing developers to focus solely on scraping, reducing boilerplate code, and eliminating the need for direct driver management-related code, thanks to browser-independent settings. Even if site locators change, this library doesn't require modifications to the code; adjustments can be made solely in the configuration.

fastbots is also fully compatible with all selenium functions, refer to selenium official documentation for more details.

ubertidavide avatar Jan 05 '24 15:01 ubertidavide

Change the name of the pr. For example add 'package name'

VascoSch92 avatar Feb 11 '24 00:02 VascoSch92