reddit_crawl 0.0.2 copy "reddit_crawl: ^0.0.2" to clipboard
reddit_crawl: ^0.0.2 copied to clipboard

discontinued
Dart 1 only

A sample command-line application.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate reddit_crawl

Use it

The package has the following executables:

$ reddit_crawl

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reddit_crawl

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

dependencies:
  reddit_crawl: ^0.0.2

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:reddit_crawl/config.dart';
import 'package:reddit_crawl/json2csv.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A sample command-line application.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

args, http, logging, path

More

Packages that depend on reddit_crawl