This is a JavaScript project for crawling manhua chapters from Asura Scans.
The Manhua Crawler is a JavaScript project designed to help you crawl and explore manhua chapters from Asura Scans. It offers features for crawling specific manhua chapters, searching for manhua content, and fetching and processing chapters based on your preferences.
Before you begin, ensure you have the following requirements:
- Node.js: Make sure you have Node.js installed on your system.
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd manhua-crawler
-
Install the project dependencies:
npm install
To crawl manhua chapters, follow these steps:
- Run the application:
npm start
- Select the "crawl" option.
- Enter the URL of the manhua you want to crawl.
- The application will start crawling and provide information about the manhua chapters.
To search for manhua content, follow these steps:
- Run the application:
npm start
- Select the "search" option.
- Enter the content you want to search for.
- The application will display a list of search results with titles and links.
- Choose a search result, and the application will provide options for fetching chapters.
You can customize the project to fit your specific needs by modifying the code and adding additional functionality.
If you'd like to contribute to this project, please help :)
This project is licensed under the MIT License - see the LICENSE file for details.