characterextractorstool
v1.0.3
Published
A character extractor for many websites, including sakura.fm, animegf, and some popular sites like SpicyChat and Character AI.
Readme
Character Extractor
What is this package? The Character Extractor allows you to extract characters from the following sites:
- Sakura.fm
- SpicyChat
- Character AI
- And many more
Authors
WhitzScott
How to Use
- Install the package by running:
npm i characterextractorstool - Start the package by running:
npm run dev
Once you run the code, you should see the character data. If you want to modify the code, navigate to src/main.ts. This file contains the main code used for testing the app. To customize it, change the URL to your preferred one.
For further optimization, check src/Examples. This folder contains various examples. However, if you want to modify the core functionality, look at src/Extractors/Wrapper. The wrapper files contain essential code, such as importing characters and other key operations.
