completed full run script

This commit is contained in:
2019-10-12 03:05:38 +01:00
parent ac366716ee
commit ca19ff0c9a
14 changed files with 38 additions and 57 deletions

View File

@@ -0,0 +1,8 @@
import json
with open('/Users/dtomlinson/OneDrive - William Hill Organisation Limited'
'/Mac/git_repos/python-VM/slack-bot/traffic-scraper/'
'prd/12-10-2019_02:53:32.json', 'r') as jsonFile:
data = json.load(jsonFile)
for item in data:
print(item)