Skip to content

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.

About

NodeJS API for scraping AO3 data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.9%
  • TypeScript 1.1%