emojiscraper 0.2.5 copy "emojiscraper: ^0.2.5" to clipboard
emojiscraper: ^0.2.5 copied to clipboard

Tiny tool to scrape emoji from https://unicode.org. This scrapes emoji-data.txt or emoji-sequences.txt and writes to file/stdout as plaintext/json.

emojiscraper pub.dev license contributors #

Tiny tool to scrape emoji from https://unicode.org.

Demo #

A Demo

Installation #

dart pub global activate emojiscraper

Available options #

USAGE:
  emojiscraper --format=raw --writeTo=path
  emojiscraper -fraw -wpath

OPTIONS:
-h, --help                 Print this help message.
-i, --interactive          Interactively choose version from the list of available versions.
                           Note: if `--edition` is passed, this flag will be ignored.
-v, --version              Print version information.
-l, --list                 List available emoji versions.
-e, --edition=<EDITION>    Choose version of emoji, i.e 14.0, 13.1 etc.
                           Note: if version is not valid, it will exit with code `response.statusCode`.
-f, --format=<FORMAT>      Choose the format to dump to stdout or save to path.

          [json]           Data is parsed as JSON.
          [raw]            Data is not processed and left as it was downloaded.

-w, --writeTo=<WRITETO>    Write to path or stdout.

          [path]           Write to path.
          [stdout]         Write to stdout.

Todo #

  • Allow users to select multiple versions

Development #

This project uses build_runner to get information at compile time so make sure to use Makefile to build, run or compile.

1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Tiny tool to scrape emoji from https://unicode.org. This scrapes emoji-data.txt or emoji-sequences.txt and writes to file/stdout as plaintext/json.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, build, html, interact, logging, yaml

More

Packages that depend on emojiscraper