MLH-Fellowship / github-bulk-org-invite

🔧 Script for inviting multiple users to a GitHub organization at once via the CLI and Google Sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Bulk Invite to Organizations

Setup

Add your envivonment variables to a new file called .env using the structure found in .env.example.

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Make sure to add a list of GitHub usernames into fellows.txt. Make sure each username is on a new line.

python script.py

Google App Script

Code for AppScript is under Script.gs.

About

🔧 Script for inviting multiple users to a GitHub organization at once via the CLI and Google Sheets


Languages

Language:JavaScript 66.3%Language:Python 33.7%