Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hezhizheng/moyu
魔域自动获取积分
https://github.com/hezhizheng/moyu
Last synced: 28 days ago
JSON representation
魔域自动获取积分
- Host: GitHub
- URL: https://github.com/hezhizheng/moyu
- Owner: hezhizheng
- Created: 2020-07-02T10:25:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T19:40:20.000Z (over 2 years ago)
- Last Synced: 2023-03-05T09:29:32.139Z (over 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 魔域获取积分、自动抽奖
> step1: 需要关注官方公众号 “魔域小甜心”
> step2: 绑定会员跟游戏账号关系
> step3: 通过抓包工具获取cookie(目前没有过期限制)
### 使用
```
git clone [email protected]:hezhizheng/moyu.gitcd moyu
# 安装依赖
composer update -vvv# 配置文件,设置cookie
cp app/config.php.backup app/config.php# 运行
php app/index.php
```