Giter Club home page Giter Club logo

alipay's Introduction

Alipay

支付宝交易信息爬虫

推荐使用alipay_new,alipay代码较乱,懒得重构

用法

配置Cookie.cgf

[alipay]
cookie = ALIPAYJSESSIONID=RZ05jON66r5SUgJJcklt1kXxDimrohauthRZ1
test_time = 60              #定时访问支付宝 保持cookie有效性 建议60s
get_time = 60               #定时获取账单信息

关于Cookie需要登录支付宝后按下F12,然后再console上面输入document.cookie,或者到开发者工具中查看HTTP报文

Cookie 只需要其中一个字段:

ALIPAYJSESSIONID=xxxxxxxxxxxxx

说明

alipay 可获取对方名字,手机或邮箱,金额,订单号网址,集成了qq邮件模块,可以直接调用,发送邮件:

sender = '[email protected]'
receivers =['[email protected]']   # 接收邮件,可设置为你的QQ邮箱或者其他邮箱

qq邮件秘钥需要申请,请自行搜索

alipay_new 可获取金额,订单号,时间,使用另外的api,没有写保持cookie模块,可自行添加

结果:

姓名187****3962&30.00|https://shenghuo.alipay.com/send/queryTransferDetail.htm?tradeNo=20170221200040011100460045967033
用户名  手机号    金额                    订单号信息

30.00    &     1487677389    |     20170221200040011100790046934184
金额             时间                     订单号

alipay's People

Contributors

hackerl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.