0.1.0 ā€¢ Published 9 months ago

ao3.js v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

ao3.js

šŸ“• NodeJS Wrapper for Scraping AO3

Important Information

All works on AO3 are owned by their respective authors. This is a tool for scraping data from AO3 for good-faith use. Please do not abuse this tool for malicious purposes.

Development Status

This library is currently in very early development. It is not ready for production use of any kind.

Features

  • Get work metadata
  • Get work chapters
  • Get work comments
  • Get work content (HTML, epub, plaintext, markdown, pdf, etc.)
  • Get works by tag
  • Get user
  • Search
  • Series

Usage

import { AO3 } from "ao3.js";

const data = await AO3.works.getData(7568518);