前提条件:Python 3.6+
python main.py --service stripe --token sk_live_r3s7_0f_7h3_d37ails
from credcheck.core.cred_check_active import DynamicTest
from credcheck.core.cred_check_utils import CredUtils
service = 'stripe'
credentials = {'TOKEN':'sk_live_r3s7_0f_7h3_d37ails'}
stripCred = DynamicTest()
stripCred.check_it(service, credentials)
通过以下命令安装所有依赖:
pip install -r requirements.txt
采用 MIT 许可证,详情见 LICENSE。