Skip to content

Instantly share code, notes, and snippets.

@HenryYang
Created August 7, 2018 14:47
Show Gist options
  • Save HenryYang/46ca439909e22d9a96873deca60757cf to your computer and use it in GitHub Desktop.
Save HenryYang/46ca439909e22d9a96873deca60757cf to your computer and use it in GitHub Desktop.
from urllib2 import urlopen
import json
html = urlopen('https://www.amexlovelocal.com.tw/backend/Api/GetStores').read()
amex_json = html.split('{"StoreList":')[1].split(',"dbl":')[0]
amex_store = json.loads(amex_json)
a=[]
for i in amex_store:
print(i['name'])
@HenryYang
Copy link
Author

2018年7月16日至2019年7月15日期間,憑美國運通卡於近2,500間【台灣在地好店】合作店家消費,單筆刷滿NT$888(含)或以上,立即折抵現金NT$100!*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment