Skip to content

Commit

Permalink
update json and script
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Nov 19, 2012
1 parent 84ce5d5 commit dce09c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OpenCMISS-cm.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ScrapeRepoPulls.py
Expand Up @@ -7,8 +7,8 @@
# define each repo you are scraping in this run
# user_name/repo_name as set in the URL
repos = [
#"OpenCMISS/cm",
#"twitter/bootstrap",
"OpenCMISS/cm",
"twitter/bootstrap",
"rails/rails",
"nathanmarz/storm",
]
Expand Down Expand Up @@ -67,7 +67,7 @@
# save this JSON file
print "Saving " + repo
missiles = open(repo.replace('/','-') + ".json", 'w')
missiles.write( str( output_pulls[index] ) )
missiles.write( json.dumps( output_pulls[index] ) )
missiles.close()

# go to next repo
Expand Down
2 changes: 1 addition & 1 deletion nathanmarz-storm.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rails-rails.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion twitter-bootstrap.json

Large diffs are not rendered by default.

0 comments on commit dce09c4

Please sign in to comment.