Skip to content

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

Notifications You must be signed in to change notification settings

MLH-Fellowship/github-bulk-org-invite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project