All Projects → 546669204 → Rebatebot

546669204 / Rebatebot

Licence: apache-2.0
RebateBot, based on WeChat to establish robot channels and users to quickly generate rebate links through chat

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Rebatebot

xposed.leewp14.NEClient
forked and modified from bin456789/Unblock163MusicClient-Xposed
Stars: ✭ 81 (-77.56%)
Mutual labels:  xposed
Androidn Ify
[Discontinued] An Xposed module to use features introduced in Android N on your LP+ Device
Stars: ✭ 273 (-24.38%)
Mutual labels:  xposed
Xposedinstaller
No description or website provided.
Stars: ✭ 3,441 (+853.19%)
Mutual labels:  xposed
SandVXposed
Xposed environment without root (OS 5.0 - 12.0)
Stars: ✭ 241 (-33.24%)
Mutual labels:  xposed
WearPay
Xposed Module, 让Android Wear支持微信和支付宝扫码支付
Stars: ✭ 22 (-93.91%)
Mutual labels:  xposed
Corepatch
Disable signature verification For Android
Stars: ✭ 277 (-23.27%)
Mutual labels:  xposed
Z-Spider
一些爬虫开发的技巧和案例
Stars: ✭ 33 (-90.86%)
Mutual labels:  xposed
Xposedtools
These tools can be used to compile and package the Xposed framework.
Stars: ✭ 355 (-1.66%)
Mutual labels:  xposed
CorePatch
Disable signature verification For Android
Stars: ✭ 603 (+67.04%)
Mutual labels:  xposed
Android art
Android ART with modifications for the Xposed framework.
Stars: ✭ 317 (-12.19%)
Mutual labels:  xposed
AutoDark
A small android app to help you schedule dark mode on and off.
Stars: ✭ 56 (-84.49%)
Mutual labels:  xposed
epic
EPIC For Android P/Q By Saurik
Stars: ✭ 42 (-88.37%)
Mutual labels:  xposed
Fakelocation
Xposed module to mock locations per app.
Stars: ✭ 300 (-16.9%)
Mutual labels:  xposed
GPSHook
利用Xposed框架hook系统方法 改变GPS定位 实现Android模拟定位
Stars: ✭ 78 (-78.39%)
Mutual labels:  xposed
Xposedbridge
The Java part of the Xposed framework.
Stars: ✭ 3,420 (+847.37%)
Mutual labels:  xposed
RemotePreferences
A drop-in solution for inter-app access to SharedPreferences.
Stars: ✭ 121 (-66.48%)
Mutual labels:  xposed
Epic
Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11
Stars: ✭ 3,434 (+851.25%)
Mutual labels:  xposed
Wework
xposed 企业微信 个人微信 hook 自动抢回复 消息防撤回 会话 好友列表 群管理 朋友圈 机器人 SDK
Stars: ✭ 352 (-2.49%)
Mutual labels:  xposed
Wechatbotxposed
微信回复机器人,Xposed模块
Stars: ✭ 335 (-7.2%)
Mutual labels:  xposed
Fuckview
[Deprecated] An app which can block any views you want to block in any apps.It's experimental.
Stars: ✭ 303 (-16.07%)
Mutual labels:  xposed

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

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

Alimama

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

Message Processing

  • [x] Sign in
  • [x] Help
  • [x] Automatic Binding Order
  • [x] Manually bind the order
  • [x] withdrawal
  • [x] Receiving reminder
  • [x] 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].