Skip to content

binaryshrey/Kaggle-Profile-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle API kaggle-keep-alive-service

FastAPI service to fetch Kaggle's user data and activity

Getting Started

  1. Activate virtual-env
cd Kaggle-API
python3 -m venv apienv
. apienv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Start server
uvicorn main:app --reload
  1. Open API docs
http://127.0.0.1:8000/v1/documentation