文件名称:epic-games-bot:[已弃用]有关Python重写的信息,请参见epic-games-bot-python。 在Epic Games上查找并购买所有促销免费物品的Node库
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-30 10:39:54
nodejs javascript bot automation web
史诗游戏机器人 Epic Games Bot是一个Node库,可在Epic Games上查找和购买所有促销免费物品。 所有通信都通过处理。 入门 安装 要在您的项目中使用Epic Games Bot,请运行: npm install epic-games-bot puppeteer # or "yarn add epic-games-bot puppeteer" 用法 提供了,以说明如何将Epic Games Bot与Puppeteer一起使用,以查找和购买所有促销免费物品。 注意:目前不支持SSO登录。 2FA支持仅限于Authenticator应用程序方法。 在命令行上执行脚本: cd examples/get-purchase-urls # or "cd examples/purchase-items" npm install # or "yarn install" nod
【文件预览】:
epic-games-bot-master
----index.js(6KB)
----package.json(396B)
----LICENSE(1KB)
----examples()
--------purchase-items()
--------get-purchase-urls()
----.gitignore(13B)
----README.md(1KB)