From 527509aa5ccfb45ffd211ffc5399cd6352eaadca Mon Sep 17 00:00:00 2001 From: garnajee <62147746+garnajee@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:39:56 +0100 Subject: [PATCH] add build and release badge --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2810fb5..6a01fe0 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # GofilePy +[![Build and Release](https://github.com/garnajee/gofilepy/actions/workflows/build_release.yml/badge.svg)](https://github.com/garnajee/gofilepy/actions/workflows/build_release.yml) + A Python library and CLI tool for [Gofile.io](https://gofile.io). It supports the free API tiers, streaming uploads (low memory usage for large files), and script-friendly JSON output. ## Features -- 🚀 **Streaming Uploads**: Upload 100GB+ files without loading them into RAM. -- 📂 **Folder Management**: Upload to specific folders or create new ones automatically. -- 🤖 **Script Ready**: JSON output mode for easy parsing in pipelines. -- 🆓 **Free Tier Support**: Handles Guest accounts and Standard tokens. -- 📊 **Progress Bar**: Visual feedback for long uploads. +- **Streaming Uploads**: Upload 100GB+ files without loading them into RAM. +- **Folder Management**: Upload to specific folders or create new ones automatically. +- **Script Ready**: JSON output mode for easy parsing in pipelines. +- **Free Tier Support**: Handles Guest accounts and Standard tokens. +- **Progress Bar**: Visual feedback for long uploads. ## Installation