/web-scraper-cli

A CLI application for extracting text content from a webpage using CSS selectors.

Primary LanguageJavaMIT LicenseMIT

web-scraper-cli

Little Java application I did for learning purposes. Got the idea from the "CLI Apps" checkpoint on the fullstack roadmap

How to use

gradle clean build && gradle -q run --args="<url> <.your-css-selector>"

The "-q" parameter is optional, it makes gradle output less things on the screen.

Preview

Screenshot1

License

This project is licensed under the MIT License.