Procházet zdrojové kódy

Removing sample script

David Leonard před 10 roky
rodič
revize
abf8497126

+ 0 - 1
hackathon_starter/hackathon/scripts/github.py

@@ -11,7 +11,6 @@ import simplejson as json
 ########################
 
 API_BASE_URL = 'https://api.github.com/users/DrkSephy'
-#API_USERS_URL = API_BASE_URL + 'users/DrkSephy' + '?client_id=2404a1e21aebd902f6db' + '&client_secret=3da44769d4b7c9465fa4c812669148a163607c23'
 
 def getUserData(clientID, clientSecret):
 	'''Get generic Github User data.'''

+ 0 - 10
hackathon_starter/hackathon/scripts/samplescript.py

@@ -1,10 +0,0 @@
-# Sample dummy script
-# This script is just to create this directory
-import requests
-
-def getSomeData(url):
-	# Get some data
-	req = requests.get(url) 
-	# Print the JSON
-	print req.json
-	return req