Skip to content

Instantly share code, notes, and snippets.

View ryjen's full-sized avatar
🙃

RJ ryjen

🙃
View GitHub Profile
@ryjen
ryjen / listrepos.py
Created February 23, 2024 07:45
List Repositories for xarg actions
#!/usr/bin/env python
import argparse
import json
import logging
import os
import re
import sys
import requests