Giter VIP home page Giter VIP logo

binancewithdraw's Introduction

项目介绍

  • 调用币安API进行提现
  • 可对多账号进行管理操作
  • 私钥无需部署到服务器上,服务器仅转发请求
  • 数据传输使用自签名https加密
  • 可视化界面(计划制作中)

使用说明

  • 服务器和本机都要运行 pip install -r requirements.txt
  • proxy.py 运行到海外的无墙服务器上
  • 配置好服务器和本地的 config.json 文件
  • 本地运行 client.py 即可开始使用

设置文件配置方法

设置文件名为 config.json ,服务端和客户端公用一个名字,但是服务端和客户端会读取的内容不同。

设置文件放置到和脚本文件同一目录。

服务端

  • 仅需要 port 一个属性,其余不会读取,填写服务器想开放的端口

客户端

  • ip 填写为服务器的ip地址或者域名
  • port 填写为服务器的port
  • account 币安的账户,是个列表,需要填3个参数
    • nickname 昵称,用于显示账户的名字
    • api_key 账户的api密钥
    • secret_key 账户的secret密钥
  • address 区块链地址,是个列表,需要填2个参数
    • nickname 昵称,可以省略,优先显示昵称,否则显示地址
    • address 地址的完整字符串

binancewithdraw's People

Contributors

sukidesuka 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.