• [^] # Re: Annotations sur github/gitlab ?

    Posté par . En réponse au journal Comment se tenir informé ?. Évalué à 3.

    Avec github existe une api, si tu peux ensuite transformer le json en texte lisible (compiler les résultats,...) il y a moyen d'écrire un petit script bash/jq

    curl 'https://api.github.com/search/repositories?q=linux+in:curated+created:2024年06月01日&sort=udapted&order=desc'

    existe une doc pour les paramètres