Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 438 Bytes

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.