Skip to content
/ ddshop Public
forked from zc2638/ddshop

叮咚买菜自动抢购下单程序

License

Notifications You must be signed in to change notification settings

yisier/ddshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddshop

由于上海疫情,为了提高下单成功率,让大家可以顺利吃上饭。
此程序提供自动化抢购,若非难以存活,请给他人留一些机会!

温馨提示:

  1. 提前将需要购买的商品加入到购物车(一般晚上12点补货)
  2. 在开抢前运行程序(一般6点开售,提前几分钟即可)
  3. 查看日志提示,抢到后去手机上付款

注意: 长时间运行,可能会被封号,且行且珍惜

安装

Releases

Github Release 下载

源码

go install github.com/zc2638/ddshop/cmd/ddshop@latest

使用

  1. 使用抓包工具获取 叮咚买菜上的用户 cookie (DDXQSESSID)
  2. 使用获取到的 cookie 替换下面命令中的 <custom-cookie>
ddshop --cookie <custom-cookie>

自定义请求间隔(ms)
接口连续请求的时间间隔,太频繁容易被封

ddshop --cookie <custom-cookie> --interval 100

抓包

Charles抓包教程
微信小程序支持PC版,所以只需要安装抓包程序,打开 叮咚买菜微信小程序,直接进行抓包即可,无须进行手机配置。

声明

本项目仅供学习交流,严禁用作商业行为!
因他人私自不正当使用造成的违法违规行为与本人无关!
如有任何问题可联系本人删除!

About

叮咚买菜自动抢购下单程序

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%