0.1.0 • Published 3 months ago

qscrape v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

qscrape (Q-Scrape)

NPM Version

Note: THIS project is still under development. Please do not use it in production.

What is it for?

With qscrape, you can explore the Web easily. This scraper will continuously fetch resources from the Web. Playing with the console program is the only thing you need to do.

We've provided a command line tool and a library for you, which are simple to use. You can obtain qscrape from NPM. Please see the section How to Obtain.

Try Our Demo

How to Obtain

qscrape provides an NPM package. You can install it with your favorite package managers, and execute it from the command line.

Package ManagerCommandShorthand
bunbun install --global qscrapebun i -g qscrape
npmnpm install --global qscrapenpm i -g qscrape
pnpmpnpm install --global qscrapepnpm i -g qscrape
yarnyarn global add qscrapeyarn global add qscrape

Let's Learn How to Use It

  • Run the following command to start:

    qscrape
  • Import the library to integrate it in your project:

    import { QScrape } from 'qscrape';
  • Guide (WIP)

Let's Setup the Project

Note: THIS section is for contributors and developers only

Recommended IDE Setup for You

See What Dependencies We Are Using

See What Commands We Are Using

Package ManagerCommandScriptDescription
bun / (p)npminstallInstall dependencies
bun / (p)npmrunbuildBuild the project for production
bun / (p)npmruncheckCheck the codes with TypeScript
bun / (p)npmrundevBuild and execute the project for development
bun / (p)npmrundev-buildBuild the project for development
bun / (p)npmrundev-testRun tests in watch mode
bun / (p)npmrunformatFormat codes using Prettier
bun / (p)npmrunexecExecute the built program
bun / (p)npmrunstartBuild and execute the project for production
bun / (p)npmruntestRun tests

Be Aware of These Details

You may encounter some problems during development and deployment. Please read the following notes carefully.

  1. (WIP)