Skip to content
/ AO3.js Public
forked from FujoWebDev/AO3.js

NodeJS API for scraping AO3 data

License

Notifications You must be signed in to change notification settings

cyrusae/AO3.js

 
 

Repository files navigation

AO3.js

NodeJS library for scraping AO3 data.

You can install it with yarn add @bobaboard/ao3.js or npm install @bobaboard/ao3.js, but be aware this is still in a highly unstable phase.

AO3.js uses axios to fetch the HTML making up an AO3 page and cheerio to make it a DOM tree for our goals. For an introduction to this kind of scraping, see here.

An explanation of how AO3.js works and suggestions for how to add to it can be found in this comment.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.9%
  • TypeScript 1.1%