GithubHelp home page GithubHelp logo

pagenotfound200 / tbk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pea-cake/tbk

0.0 0.0 0.0 73 KB

淘宝客返利系统-网赚项目(nodejs):1 .支持 淘宝、京东、拼多多转链 2.微信bot自动回复消息 转链、绑定订单 3.返利订单管理后台

License: MIT License

JavaScript 100.00%

tbk's Introduction

tbk-淘宝客返利系统(nodejs版 v14.16.0)

现有功能

  • 支持 淘宝、京东、拼多多转链(转链服务源码)
  • 微信bot(是微信,不是公众号,当然公众号也实现了的)自动回复消息 转链、绑定订单(基于wechaty) (微信bot源码)
  • 返利系统订单管理后台(vue2、element-ui、express、mongoose...)(已开源) (管理后台)
  • ...

如何运行和部署

  • 配置(./config/index.js) 阿里联盟、京东联盟、多多客 返佣账号appkey appsecret
JDconfig: {
    // 京东联盟
    appKey: "",
    appSecret: "",
},
TBconfig: {
    // 阿里联盟, 获取配置看这里https://github.com/pea-cake/tbk/issues/5
    appkey: "",
    appsecret: "",
    adzone_id: "", // 推广位pid 'mm_123_456_789' 的789就是adzone_id
},
PDDconfig: {
    // 多多客
    clientId: "",
    clientSecret: "",
}
  • 安装mongodb数据库(自行查找方法)

  • 安装node环境(自行查找方法)

  • 安装所需包
    npm i

  • 运行转链api服务
    npm run server

  • 另启动一个终端,运行微信bot服务
    npm run wechat 扫码登录微信即可

  • 想部署到服务器或者运行起来方便,可以使用pm2

pm2 start server
pm2 start wechat

🧐🧐🧐

  • 这是一个能赚点小钱,即使不能赚钱,也能方便你省钱的系统
  • 已全部开源,欢迎使用,欢迎star,也期待你的添砖加瓦
  • ...

体验

微信扫码:

展示

微信消息部分:

管理系统截图:

image

image ...

感谢

  • 待添加

tbk's People

Contributors

pea-cake 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.