Home

Awesome

RebateBot

中文版

project description

Keywords: rebate WeChat Alimama robot cross platform

RebateBot, based on WeChat to establish robot channels and users to quickly generate rebate links through chat


You only need the minimal computer performance and an idle WeChat can to turn on a 24-hour unmanned shift RebateBot Shopping only needs to send a link to the robot, and the robot can immediately give you a discount price and link.


Function realization

WeChat robot

This module can see the latest code WeChatBot

Alimama

Message Processing

Run

Development and build

Environmental requirements

Pull code

Git clone https://github.com/546669204/RebateBot.git
Cd RebateBot

Installation dependencies

Go get
Cd msgprocess
Go get
Cd ../alimama
Go get
Cd ../

Configuring mysql

Cd msgprocess
Vim database.json

{
    "database": "webot", //database name
    "host": "127.0.0.1:3306", //Database Host
    "user": "root", //database username
    "password": "" / / database password
}

Commissioning

Go run master.go

Update log

CHANGELOG