https://github.com/binaryshrey/kaggle-profile-api
Kaggle API to fetch user's profile data and activity
https://github.com/binaryshrey/kaggle-profile-api
fastapi kaggle kaggle-api kaggle-profile-api kaggle-profile-summary python render
Last synced: 7 months ago
JSON representation
Kaggle API to fetch user's profile data and activity
- Host: GitHub
- URL: https://github.com/binaryshrey/kaggle-profile-api
- Owner: binaryshrey
- Created: 2024-07-08T15:00:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T04:42:01.000Z (over 1 year ago)
- Last Synced: 2025-02-16T11:11:51.430Z (12 months ago)
- Topics: fastapi, kaggle, kaggle-api, kaggle-profile-api, kaggle-profile-summary, python, render
- Language: Python
- Homepage: https://kaggle-api.onrender.com/v1/documentation
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kaggle API [](https://github.com/binaryshrey/Kaggle-API/actions/workflows/main.yml)
FastAPI service to fetch Kaggle's user data and activity
## Getting Started
1. Activate virtual-env
```zsh
cd Kaggle-API
python3 -m venv apienv
. apienv/bin/activate
```
2. Install dependencies
```zsh
pip install -r requirements.txt
```
3. Start server
```zsh
uvicorn main:app --reload
```
4. Open API docs
```zsh
http://127.0.0.1:8000/v1/documentation
```