This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
# @Project : programming | |
# @File : mpeg2_download_and_combine.py | |
# @Author : Leo Chen <[email protected]> | |
# @Date : 2022/9/29 20:19 | |
""" | |
import os | |
from concurrent.futures import ThreadPoolExecutor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Fetch customer's email change records and render a csv file, you must copy and pates the code at Shopify Admin console | |
* | |
* You need to update some variables | |
* change "url" to your store url | |
* change "data" to your customer ids | |
* change "token" to your token | |
*/ | |
class httpClient { | |
constructor() { |