Skip to content

Instantly share code, notes, and snippets.

View benbalter's full-sized avatar
Verified

Ben Balter benbalter

Verified
View GitHub Profile
@martinwoodward
martinwoodward / create-org-montage.sh
Last active August 22, 2022 14:12
Very quick ruby script to create a bash script that will create a montage of your org.
# Set OCTOKIT_ACCESS_TOKEN to authenticate with a PAT
# Something like OCTOKIT_ACCESS_TOKEN=<<TOKEN>> bundle exec ruby create-org-montage-script.rb
require "octokit"
Octokit.auto_paginate = true
# Replace <<ORG_NAME>> with your GitHub org
members = Octokit.org_members "<<ORG_NAME>>"
@benbalter
benbalter / github-for-government-office-hours.md
Last active December 21, 2015 01:58
Got questions about using GitHub within government? Join us Thursday August 29th at 1:00 EST to talk all things GitHub for open source, open data, and open government.

GitHub for Government Office Hours

Got questions about using GitHub within government? Join us Thursday August 29th at 1:00 EST to talk all things GitHub for open source, open data, and open government.

Free and open to the public, if you're a federal, state, local, or municipal employee, or just a civic hacker interested in governmenty things, we're here to answer your questions.

question-about-github

The Details