Skip to content

Instantly share code, notes, and snippets.

@magnade
magnade / endfield_telegram.py
Last active March 9, 2026 23:33
python script to automate skport endfield daily login claim
#!/usr/bin/env python3
"""
Endfield Daily Check-In Script
original: https://gist.github.com/cptmacp/70f66f2a4fb9d5fa708d33fbcc8e265a
this was converted from original by deepseek
Run locally with Python 3.6+ using only the standard library.
external json support and exit codes on error provided by StoneToad
"""
import json
# Maintainer: Ulysses R Ribeiro <ulyssesrr@gmail.com>
_opencl_icd_loader_commit="7433f2acbf5bbc400f26494ff1dc895da6265bef"
pkgname=rocm-opencl-runtime
pkgver=2.9.0
pkgrel=1
pkgdesc="ROCm OpenCL™ Compatible Runtime"
arch=('x86_64')
url="https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime"
license=('MIT')