- Notifications
You must be signed in to change notification settings - Fork94
淘宝客返利系统-网赚项目(nodejs):1 .支持 淘宝、京东、拼多多转链 2.微信bot自动回复消息 转链、绑定订单 3.返利订单管理后台
License
NotificationsYou must be signed in to change notification settings
pea-cake/tbk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 支持 淘宝、京东、拼多多转链(转链服务源码) (api测试链接)
- 微信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: "", pid: "", // 推广位pid}
安装mongodb数据库(自行查找方法)
安装node环境(自行查找方法)
安装所需包
npm i
运行转链api服务
npm run server
另启动一个终端,运行微信bot服务
npm run wechat
扫码登录微信即可
还可使用pm2 运行
npm install pm2 -gpm2 start tbk-api-server/index.jspm2 start wechat/index.js
已经安装docker
完成配置(config/index.js)
- DockerFile
docker build -t tbk:v1.docker run -it tbk:v1 /bin/bash
- docker远程仓库
docker pull peacaker/tbk:1.0.0docker run -it peacaker/tbk:1.0.0 /bin/bash
扫码登录微信即可
- 这是一个能赚点小钱,即使不能赚钱,也能方便你省钱的系统
- 已全部开源,欢迎使用,欢迎star,也期待你的添砖加瓦
- ...
- 转链api体验:https://tbk-api.xumeng.host/?url=商品链接.
- 微信扫码(风控暂时停用,可能由于玩chatgpt多了):
管理系统截图:
- 待添加