Skip to content

Instantly share code, notes, and snippets.

View Bowenislandsong's full-sized avatar

Bowen Song Bowenislandsong

  • USC
View GitHub Profile
@Bowenislandsong
Bowenislandsong / TaigaCreator.py
Created February 16, 2019 17:14
Creating Taiga Project with invitation
# Creating projects in Taiga from a list
# Add people from the list to their projects
# by Bowen Song
# Input List File Format:
# <Project name> | <Member username/email>
# $ pip install PyGithub
# use Normal Access
@Bowenislandsong
Bowenislandsong / creator.py
Created January 28, 2019 01:55
Creating Repositories inside organization. Add members as assigned. Using PyGithub
# Creating repositories in an organization from a list
# Add people from the list to their repositories
# by Bowen Song
# Input List File Format:
# <repository name> | <Member username/email> | <role>
# ceph-end-to-end-tracing bowenislandsong member
# $ pip install PyGithub