Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nurriyad/cp-scrapper

🏆 Get User Data from all popular competitive programming site using Nitro and Headless Browser
https://github.com/nurriyad/cp-scrapper

nitro nitrojs nodejs puppeteer

Last synced: about 15 hours ago
JSON representation

🏆 Get User Data from all popular competitive programming site using Nitro and Headless Browser

Awesome Lists containing this project

README

        

# CP Scrapper API Server

Get User Data from all popular competitive programming site using Nitro and Headless Browser

## All Available API path

- https://cp-scrapper.vercel.app/api/all
- https://cp-scrapper.vercel.app/api/atcoder
- https://cp-scrapper.vercel.app/api/leetcode
- https://cp-scrapper.vercel.app/api/codeforces
- https://cp-scrapper.vercel.app/api/codechef

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# yarn
yarn install

# pnpm
pnpm install
```

## Development Server

Start the development server on

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Check out the [deployment documentation](https://nitro.unjs.io/deploy) for more information.