Giter VIP home page Giter VIP logo

github-release-upload-tencent-cos's Introduction

Release Asset Downloader

This project downloads release assets from GitHub and uploads them to Tencent Cloud Object Storage (COS). It also notifies a Discord channel when new assets are uploaded.

Features

  • Uses GitHub API to get latest release information for a repository
  • Downloads each asset from that release
  • Checks if asset already exists in COS bucket before downloading
  • Uploads downloaded assets to COS bucket
  • Generates public URLs for uploaded assets in COS
  • Sends a message to a Discord channel with the asset URL
  • Environment variables are used for configuration

Usage

  1. Create a .env file and add your environment variables:
GITHUB_OWNER={github_owner}
GITHUB_REPO={github_repo}
GITHUB_TOKEN={github_access_token}

COS_BUCKET={cos_bucket}
COS_REGION={cos_region}
COS_SECRET_KEY={cos_secret_key}
COS_SECRET_ID={cos_secret_id}

DISCORD_TOKEN={cos_secret_key}
DISCORD_CHANNEL_ID={discord_channel_id}
  1. Run the program:
go run main.go
  1. The program will download the latest release assets for the configured GitHub repository and upload them to your COS bucket. It will also send a message in the configured Discord channel with asset URLs.

  2. The program will exit once all assets have been processed.

That's the basic usage. Let me know if you want me to expand the README or modify it in any way!

github-release-upload-tencent-cos's People

Contributors

ecostack avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.