Skip to content

Track A| AxionScraper is a scraper that uses automation and AI to effectively scape any data within seconds.

License

Notifications You must be signed in to change notification settings

Maaz-R-Khan/AxionScraper

 
 

AxionScraper Logo

Track A | AxionScraper

Webscraper application built from the ground up using Node.js, Express, Jest, Eslint, among other technologies.

Node.js Express Jest ESLint Llama AI Axios Nodemon

Warning

This project is a Hackathon submission for Olostep for HeadStarter AI, a fellowship program dedicated to provide opportunities for the next generation. Part of Track A, which is focused on building towards 1000 users after a product launch, this project is a webscraper application built from the ground up using Node.js, Express, Jest, Eslint, among other technologies.

Table of Contents

Getting Started

This is a general step-by-step guide on how to get the application up and running on your own machine, for development or for any testing purposes you may refer to the documentation for more information.

Prerequisites

To be able to run the application, you should have the following installed on your machine:

Installation

Firstly, clone the repository:

git clone https://github.com/NautilusAI/Customer-Support-AI.git .

NOTE: The . at the end of the command clones the repository into the current directory, rather than creating a new directory with the name of this repo.

Next, install the dependencies found within the package.json file:

npm install | npm i

You should now be able to run the application locally, I suggest using the run.cmd command to start the application:

.\run.cmd

But you can also just the application using the following commands:

npm run dev

if you don't intend to use npm, you can also use yarn, pnpm, or bun to run the application (or any other package manager you prefer):

yarn dev
# or
pnpm dev
# or
bun dev

NOTE: If the command doesn't exist, or there are some issues, please check the package.json file for the correct command.

Usage

To use the application, you can navigate to the following URL:

http://localhost:3000

NOTE: All applications build using Next.js will usually run on port 3000, but this can be changed within the next.config.js file.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

License: MIT

About

Track A| AxionScraper is a scraper that uses automation and AI to effectively scape any data within seconds.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Batchfile 0.4%