Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

elna4os/iccup-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iCCup.com crawler

Player/game profile parsing API

Install deps

pip install -r app/requirements.txt --no-cache-dir

Run:

  • Locally:

    uvicorn app:APP --host <host> --port <port> --reload
  • Docker image:

    docker run -d -p 8000:8000 <name>:<tag>