为我的watcard提供资金

这个工具可以帮助您轻松地向您的watcard中添加资金。我写这个工具是因为我太懒了,每次都不能用手做。

安装pip3 install fund-my-watcard

用法teachertian@v1040-wn-rt-c-83-249 ~/PycharmProjects/fundmywatcard: watcard

usage: watcard [-h] [-c | -f FUND | -v | -e | -d | -r]

Fund my WatCard: A tool that add funds to your WatCard easily.

optional arguments:

-h, --help show this help message and exit

-c, --config generate the config file

-f FUND, --fund FUND the amount to add into the WatCard

-v, --version show the version of fund-my-watcard

-e, --encrypt encrypt the config file with user defined password

-d, --decrypt decrypt the config file so you can edit it

-r, --reset reset the config file

融资前的一个重要步骤是填写配置文件.watcard_config,该文件生成并存储在用户目录下。键入watcard --config初始化并编辑配置文件。

.watcard配置的示例:{"userName":"WatIAM username","password":"WatIAM username","ordName":"Name on the credit card","phoneNumber":"Phone number","address1":"Home address 1","address2":"Home address 2 (Blank if no address2)","ordPostalCode":"Postal code","ordCity":"City","ordEmailAddress":"Email address","paymentMethod":"Payment method ('CC' for 'Credit Card')","trnCardOwner":"Card owner","trnCardType":"Card type ('VI' for 'Visa', 'MC' for 'Master Card', see more card types below)","trnCardNumber":"Card number","trnExpMonth":"Expiry month","trnExpYear":"Expiry year","trnCardCvd":"Card CVD (3 digit number on the back of the card)","encrypted":"False"}

填充.watcard配置的示例:{"userName":"s123zhang","password":"1234567","ordName":"San Zhang","phoneNumber":"123 456 7890","address1":"123 Queen Street West","address2":"","ordPostalCode":"A1B2C3","ordCity":"Waterloo","ordEmailAddress":"zhangsan@gmail.com","paymentMethod":"CC","trnCardOwner":"San Zhang","trnCardType":"MC","trnCardNumber":"1234567890123456","trnExpMonth":"01","trnExpYear":"25","trnCardCvd":"123","encrypted":"False"}

付款方式应为cc(信用卡)。不支持interac online。

信用卡类型可以是mc(万事达卡)、vi(Visa卡)、pv(Visa借记卡)、md(借记万事达卡)或am(美国运通)。

填写完配置文件后,请尝试watcard --fund 10向您的帐户中添加10美元。下一次,不需要编辑配置文件(除非您想更改某些信息),只需使用watcard --fund轻松地为您的watcard提供资金,干杯!

Docker图像

我们还为我的WatCard提供Docker图像:

从Docker Hub中提取图像:docker pull faushine/fund-my-watcard:0.2.1

创建并编辑.watcard_config(文件夹docker中有一个.watcard_config模板,您可以直接编辑它)。

运行容器并将配置装载到容器:docker run -it -v /absolute/path/of/.watcard_config:/root/.watcard_config faushine/fund-my-watcard:0.2.1

贡献

请安装dev-requirements.txt,而不是requirements.txt。之后,运行dev-init.sh安装预提交钩子以强制执行pep8样式检查。

计划

查看kanban board查看我们的未来计划。

欢迎加入QQ群-->: 979659372

推荐PyPI第三方库

python fund_Python fund-my-watcard包_程序模块 - PyPI - Python中文网相关推荐

  1. python renamer模块_Python smart-image-renamer包_程序模块 - PyPI - Python中文网

    使用包含在中的exif数据智能地批量重命名图像的脚本 安装 要安装智能图像重命名程序: 推荐的方法是通过pip.pip install smart-image-renamer 否则像其他python包 ...

  2. python三方库ping_Python pingping包_程序模块 - PyPI - Python中文网

    多语言ping(ping pingping) 简介 ping ping是一个能够理解ping输出的多种语言并将结果翻译成机器可理解格式的特殊库.即json ping ping是一个独立于供应商的库,您 ...

  3. python cv模块_Python cv包_程序模块 - PyPI - Python中文网

    Cv 检查python模块的版本. 查询pypi并在所有可用版本中查找.__version__. 如果版本已经存在,则会引发错误. 在ci中很有用,可以记住更改库版本. 有关python模块版本控制的 ...

  4. python repusts模块_Python tslearn包_程序模块 - PyPI - Python中文网

    tslearn是一个python包,它为分析时间序列提供机器学习工具. 这个包基于scikit-learn.numpy和scipy库. 依赖关系Cython numpy numba scipy sci ...

  5. python如何使用geotools_Python pygeotools包_程序模块 - PyPI - Python中文网

    #Pygeotools公司 用于地理空间数据处理和分析的库和命令行工具 ##特点 -将光栅重新采样/扭曲为公共分辨率/范围/投影 -使用[numpy屏蔽数组](https://docs.scipy.o ...

  6. python rest api client_Python py-jama-rest-client包_程序模块 - PyPI - Python中文网

    JAMA软件 JAMA软件是产品开发的最终记录和行动系统.公司的现代要求 测试管理解决方案有助于企业加快开发时间.降低风险.降低复杂性和验证. 法规遵从性.600多个以产品为中心的组织,包括nasa. ...

  7. python 化学模块_Python chemif包_程序模块 - PyPI - Python中文网

    实施 解决这个问题的方法是使用一个while循环的递归下降算法.这个循环的基本结构是:todo = [[item1, processing_data],[item2, processing_data] ...

  8. python模块大全doc_Python doc8包_程序模块 - PyPI - Python中文网

    命令行用法$ doc8 -h usage: doc8 [-h] [--config path] [--allow-long-titles] [--ignore code] [--no-sphinx] ...

  9. python eel_Python django-eel包_程序模块 - PyPI - Python中文网

    黄鳝 django eel是一个用于html gui应用程序的django应用程序,具有简单的python/js互操作.它是Eel的移植版本. 回购分行master:django鳗鱼的master分支 ...

最新文章

  1. leetcode算法题--删除回文子序列
  2. merge into语句的使用
  3. Android开发之git提交代码到GitHub仓库教程
  4. Windows系统Python直接调用C++ DLL
  5. oracle truncate闪回数据库恢复
  6. selenium拖动元素java_使用Java在Selenium WebDriver中聚焦元素的正确方法
  7. Bailian2692 假币问题【暴力】
  8. HDF5: 读写速度与文件的大小
  9. .NET IO 复习中的误区
  10. 踩了阿里云播放器的一个坑
  11. 把oracle卸载恢复,oracle干净卸载
  12. Flutter框架优缺点
  13. 【多任务学习-Multitask Learning概述】
  14. 计算机网络英语求职信范文大全,英文求职信
  15. 为什么前端工程师的工资越来越高了?
  16. 2015年电商行业十大发展趋势分析预测
  17. 校园 计算机网络设置路由器,GSWiFi路由器校园网怎么设置
  18. Git develop分支的一些操作
  19. 石子合并问题(no circle)
  20. 忆黄霑(文/林青霞)

热门文章

  1. Core官方DI解析(3)-ServiceCallSite.md
  2. Good Bye 2016 //智商再次下线,边界爆炸.....
  3. [置顶]Win2012R2的一个Bug安装群集后可能引发的软件崩溃问题及相应补丁
  4. 使用手机访问电脑上写的网页
  5. [转]上海新东方vs新东方,SEO实战
  6. [转载] python字典查询功能_Python中的字典功能
  7. [转载] 机器学习模型的保存和调用
  8. .eslintrc.js相关配置
  9. JSPs only permit GET POST or HEAD的解决方案(REST风格)
  10. 裴蜀(贝祖)定理及其证明