simple_smart_scraper 1.0.21 copy "simple_smart_scraper: ^1.0.21" to clipboard
simple_smart_scraper: ^1.0.21 copied to clipboard

A simple smart data scraping library. Data scraping is a technique in which a computer program extract data from human-readable output coming from another program.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_smart_scraper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  simple_smart_scraper: ^1.0.21

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_smart_scraper/simple_smart_scraper.dart';
8
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A simple smart data scraping library. Data scraping is a technique in which a computer program extract data from human-readable output coming from another program.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

equatable, http, meta, path, rxdart, xml

More

Packages that depend on simple_smart_scraper