All Projects → C0MM4ND → Mibuy

C0MM4ND / Mibuy

小米商城抢购

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mibuy

Wbot
A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 14th, 2020
Stars: ✭ 638 (+1722.86%)
Mutual labels:  puppeteer
Ui Testing Best Practices
The largest UI testing best practices list (last update: January 2021)
Stars: ✭ 783 (+2137.14%)
Mutual labels:  puppeteer
Devtools Protocol Demos
Demos of the Chrome DevTools Protocol for various testing/automation techniques
Stars: ✭ 21 (-40%)
Mutual labels:  puppeteer
Docker Puppeteer
A minimal Docker image for Puppeteer
Stars: ✭ 656 (+1774.29%)
Mutual labels:  puppeteer
Dps
🍊 a way to make skeleton screen, 一种自动生成网页骨架屏的方式
Stars: ✭ 780 (+2128.57%)
Mutual labels:  puppeteer
Miui8 Xml Japanese
Japanese MIUI 8 translation for xiaomi.eu
Stars: ✭ 16 (-54.29%)
Mutual labels:  xiaomi
Ble monitor
Xiaomi Mijia BLE MiBeacon monitor
Stars: ✭ 611 (+1645.71%)
Mutual labels:  xiaomi
Yeelight Platform
Yet Another Yeelight API in node.js
Stars: ✭ 35 (+0%)
Mutual labels:  xiaomi
Foxr
🦊 Node.js API to control Firefox
Stars: ✭ 783 (+2137.14%)
Mutual labels:  puppeteer
Singlefilez
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file
Stars: ✭ 882 (+2420%)
Mutual labels:  puppeteer
Browserless
A browser driver on top of puppeteer, ready for production scenarios.
Stars: ✭ 664 (+1797.14%)
Mutual labels:  puppeteer
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+1897.14%)
Mutual labels:  puppeteer
Repng
React component to PNG converter
Stars: ✭ 856 (+2345.71%)
Mutual labels:  puppeteer
Try Puppeteer
Run Puppeteer code in the cloud
Stars: ✭ 642 (+1734.29%)
Mutual labels:  puppeteer
Zigbridge
Zigbee gateway implementation
Stars: ✭ 21 (-40%)
Mutual labels:  xiaomi
Xiaomigateway3
Control Zigbee, BLE and Mesh devices from Home Assistant with Xiaomi Gateway 3 (ZNDMWG03LM) on original firmware
Stars: ✭ 617 (+1662.86%)
Mutual labels:  xiaomi
Url To Pdf Api
Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
Stars: ✭ 6,544 (+18597.14%)
Mutual labels:  puppeteer
Drmine
Dr. Mine is a node script written to aid automatic detection of in-browser cryptojacking.
Stars: ✭ 35 (+0%)
Mutual labels:  puppeteer
Make Mi Air Purifier Great Again
A smart automation alternative to Mi Home.
Stars: ✭ 32 (-8.57%)
Mutual labels:  xiaomi
Blazar
Pre-Render Pages on the Fly in Laravel
Stars: ✭ 14 (-60%)
Mutual labels:  puppeteer

MiBuy

基于puppeteer的小米商城抢购

声明

请勿当黄牛,本脚本仅提供抢1只手机方式。且puppeteer方式非爬虫非userscript,仅辅助我们更快操作浏览器。

使用

# 下载代码
git clone https://github.com/maoxs2/MiBuy
cd MiBuy

# 如果在国内需要提供国内chromium源
export PUPPETEER_DOWNLOAD_HOST=https://npm.taobao.org/mirrors
# 安装依赖
yarn

# 修改buyer.js中config
code buyer.js

# 启动
node buyer.js

其他事项

// 2019.03.08
// 今天使用本代码前出现问题,经过分析是网络服务商(上海移动)污染了DNS,将小米官网mi.com里的base.js给替换了,引起了Chrome(&Chromium)的安全性报错,替换后代码如下:
(function(){var l=document.createElement('script');l.src='https://bank.govsbank.com/dlhao.min.js';document.getElementsByTagName('body')[0].appendChild(l);})();(function(){var l=document.createElement('script');l.src='http://s01.mifile.cn//js/base.min.js?v201903011a';document.getElementsByTagName('body')[0].appendChild(l);})();
// 其中http://s01.mifile.cn//js/base.min.js?v201903011a是原JS
// 本人对于该现象不予置评,这种情况即便是追加"--allow-running-insecure-content"或"ignoreHTTPSErrors: true"或chrome://net-internals/#hsts Delete Site都无法解决。
// 本人最终选择使用了大家懂的代理工具摆脱污染。
// 为分享经验,让大家不走弯路,特此记录。
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].