Skip to content

Instantly share code, notes, and snippets.

View georgeyord's full-sized avatar

Giorgos Papaefthimiou georgeyord

View GitHub Profile
@georgeyord
georgeyord / github-team.py
Created May 30, 2018 10:26 — forked from krusynth/github-team.py
Python script to add all GitHub repositories to an organization team - permission is set to push. You'll need a settings.py file with your organization name and API key. Based off of my GitHub stats script (requirements.txt here): https://github.com/krues8dr/project-migration
#!/usr/bin/python
# Exports a CSV of repo names, readme files, and the license of the project.
from __future__ import print_function
import requests
import json
import settings
from urlparse import urlparse, parse_qs
import sys
@georgeyord
georgeyord / cmd
Last active October 20, 2016 17:44 — forked from elgalu/set_xvfb.sh
Run Protractor in a headless debian linux server
# Run the test commands like this:
xvfb-run npm run protractor