proxy_scraper 1.0.0-dev+1 copy "proxy_scraper: ^1.0.0-dev+1" to clipboard
proxy_scraper: ^1.0.0-dev+1 copied to clipboard

Dart 1 only

Command-line tool to mass-check proxies.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate proxy_scraper

Use it

The package has the following executables:

$ proxy_scraper

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add proxy_scraper

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

dependencies:
  proxy_scraper: ^1.0.0-dev+1

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:proxy_scraper/proxy_scraper.dart';
0
likes
10
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Command-line tool to mass-check proxies.

Homepage

License

MIT (license)

Dependencies

http, merge_map, yaml

More

Packages that depend on proxy_scraper