All Projects → DaleyChao → N95 Watcher

DaleyChao / N95 Watcher

Licence: mit
🤖️监控口罩存货,包含京东、天猫、苏宁等商城,也可监控消毒液、护目镜等物资的放货信息,并推送到微信提醒。目前有🏷️天猫淘宝秒杀自动下单、🏷️京东秒杀自动下单功能。可用于普通商品秒杀。抗击疫情!中国加油🇨🇳!

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to N95 Watcher

react-native-masked-input-text
A typescript masked input component for react-native
Stars: ✭ 14 (-94.68%)
Mutual labels:  mask
react-native-super-ellipse-mask
Apple flavored smooth corners for React Native
Stars: ✭ 55 (-79.09%)
Mutual labels:  mask
ax5ui-mask
Javascript UI Component - Mask - JavaScript Mask Layer Mask / Bootstrap Mask
Stars: ✭ 22 (-91.63%)
Mutual labels:  mask
FGRoute
Get your device ip address, router ip or wifi ssid
Stars: ✭ 128 (-51.33%)
Mutual labels:  mask
Social-Distancing-and-Face-Mask-Detection
Social Distancing and Face Mask Detection using TensorFlow. Install all required Libraries and GPU drivers as well. Refer to README.md or REPORT for know to installation requirement
Stars: ✭ 39 (-85.17%)
Mutual labels:  mask
idy
👓 An ID obfuscator for ActiveRecord
Stars: ✭ 15 (-94.3%)
Mutual labels:  mask
pixel-mask-generator
🎮 🎲 Procedural pixel generator (mask) + visualizer
Stars: ✭ 15 (-94.3%)
Mutual labels:  mask
ionic2-mask-directive
directive to mask ion-input
Stars: ✭ 24 (-90.87%)
Mutual labels:  mask
CHRTextFieldFormatter
Provides UITextField formatting masks. Such as phone number and credit card number formatters.
Stars: ✭ 52 (-80.23%)
Mutual labels:  mask
MaskedTextField
MaskedTextField is an component similar to JFormmatedText field and can be used in same way.
Stars: ✭ 21 (-92.02%)
Mutual labels:  mask
color-pop
🌈 Automatic Color Pop effect on any image inspired by Google Photos
Stars: ✭ 21 (-92.02%)
Mutual labels:  mask
remask
A multi-mask lib
Stars: ✭ 99 (-62.36%)
Mutual labels:  mask
busy-load
A flexible loading-mask jQuery-plugin
Stars: ✭ 76 (-71.1%)
Mutual labels:  mask
PhoneNumberKit
Android Kotlin library to parse and format international phone numbers. Country code picker.
Stars: ✭ 124 (-52.85%)
Mutual labels:  mask
yii2-number
A number format mask control and input for Yii2 Framework
Stars: ✭ 22 (-91.63%)
Mutual labels:  mask
rt-utils
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Stars: ✭ 89 (-66.16%)
Mutual labels:  mask
SRScratchView
A mask imageView class which can be used a scratchView.
Stars: ✭ 52 (-80.23%)
Mutual labels:  mask
Unmaskforugui
Reverse mask for uGUI element in Unity.
Stars: ✭ 259 (-1.52%)
Mutual labels:  mask
covid-mask-detector
Detect whether a person is wearing a mask or not
Stars: ✭ 102 (-61.22%)
Mutual labels:  mask
ngx-ip
An Angular network address component (IPv4, IPv6 and MAC)
Stars: ✭ 20 (-92.4%)
Mutual labels:  mask

N95-watcher

🏷️监控京东、天猫、苏宁等商城口罩、消毒液、护目镜等物资有货信息,并推送微信提醒。抗击疫情!中国加油🇨🇳! 请不要用于非法用途!请不要倒卖口罩!此项目是为了学习技术,不对代码用途负责!

已有功能

  • 推送微信消息,根据商品列表监控商品
  • 推送商品页面截图,方便甄别有效信息
  • 根据已有接口查询商品并检查,然后推送
  • 发现需要抢购的商品,输入url自动下单抢购(支持天猫淘宝)tmall_order.py
  • 京东监控扫码一键登陆功能 jd_auto_order.py

如果对您有帮助 欢迎点亮 🌟star🌟

现已停止维护,但依旧可以加入微信群相互交流信息

自行微信推送使用方式

  • 请自行安装python 3,如果已安装版本是python 2,推荐使用版本管理工具。
python3:https://www.python.org/downloads/
  • 安装所需依赖
pip install wxpy
pip install selenium
pip install pillow
如果还有其他缺失 请根据提示 pip install 安装
  • 运行watcher.py
  • 运行wechat_push.py
  • 修改程序内的要推送用户名
  • 扫码登陆
  • 开始推送

天猫、淘宝、天猫商城抢购功能

使用方法

  1. 设置url
  2. 设置天猫还是淘宝
  3. 设置开抢时间
  4. 运行程序
  5. 扫码登录
  6. 选中要购买商品以及相应种类等(必须选中!!!)
  7. 等待自动下单

如果是windows系统,需要修改代码中 “chromedriver” 为 “chromedriver.exe”

京东监控扫码一键登陆功能

使用方法

  1. 设置skuidsString:需要抢购的商品id ,逗号 ',' 分割 (已有默认口罩id)
  2. 设置modelType:抢购模式 ,默认快速模式
  3. 设置支付密码 payment_pwd
  4. 启动程序,扫码登录京东,程序即可自动运行

!!!注意,需要设置默认收货地址,订单地址即为默认收货地址,查询有货也是以此地址监测。

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].