ashleykleynhans / runpod-api

A collection of Python scripts for calling the RunPod GraphQL API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A collection of Python scripts for calling the RunPod GraphQL API

Getting started

Clone the repo, create venv and install dependencies

git clone https://github.com/ashleykleynhans/runpod-api.git
cd runpod-api
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Configure your RunPod API

Copy the .env.example file to .env as follows:

cp .env.example .env

Then edit the .env file and replace the text INSERT_YOUR_RUNPOD_API_KEY_HERE with your RunPod API key that you can get from the RunPod Settings in the RunPod Web console.

About

A collection of Python scripts for calling the RunPod GraphQL API

License:GNU General Public License v3.0


Languages

Language:Python 100.0%