ao3_scraper 1.0.3 copy "ao3_scraper: ^1.0.3" to clipboard
ao3_scraper: ^1.0.3 copied to clipboard

Provides a 'Fake API' for accessing info from Ao3, focused primarily on getting info from bookmarks and searching for Works in the site.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ao3_scraper

With Flutter:

 $ flutter pub add ao3_scraper

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

dependencies:
  ao3_scraper: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:ao3_scraper/ao3_scraper.dart';
3
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Provides a 'Fake API' for accessing info from Ao3, focused primarily on getting info from bookmarks and searching for Works in the site.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

html, http

More

Packages that depend on ao3_scraper