JexSrs / github-followers-repo-monitor

A shell script to retrieve the latest created repos from the followed users/organization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-followers-repo-monitor

This project contains a shell script designed to retrieve the repositories from the followed users/organizations that were created the last 30 days.

Prerequisites

  • USERNAME: the user's GitHub username
  • TOKEN: the user's GitHub access token

Install packages:

sudo apt install curl jq

How to run

Make file executable:

chmod a+x script.sh

Execute:

./script.sh

About

A shell script to retrieve the latest created repos from the followed users/organization

License:MIT License


Languages

Language:Shell 100.0%