Coder Social home page Coder Social logo

chaseli / rebatebot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 546669204/rebatebot

0.0 1.0 0.0 819 KB

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

License: Apache License 2.0

Go 54.04% JavaScript 23.37% HTML 0.24% Vue 22.35%

rebatebot's Introduction

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

  • message callback
  • auto reply message
  • Add friend callback
  • Default to add new friends
  • Auto Reply (text, emoticon)

Alimama

  • link identify
  • word command identify
  • Convert links to discount links
  • automatically assigns different pids
  • Scan QRcode login
  • Order scheduled download
  • automatically calculate the rebate point

Message Processing

  • Sign in
  • Help
  • Automatic Binding Order
  • Manually bind the order
  • withdrawal
  • Receiving reminder
  • Payment reminder

Run

Development and build

Environmental requirements

  • golang
  • mysql

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

rebatebot's People

Contributors

546669204 avatar

Watchers

James Cloos 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.