https://github.com/curtinlv/JD-Script
仅供参考。
https://github.com/curtinlv/JD-Script
Last synced: 6 days ago
JSON representation
仅供参考。
- Host: GitHub
- URL: https://github.com/curtinlv/JD-Script
- Owner: curtinlv
- License: mit
- Created: 2021-05-05T17:56:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T03:41:03.000Z (about 3 years ago)
- Last Synced: 2024-02-15T15:35:05.122Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 920 KB
- Stars: 1,160
- Watchers: 34
- Forks: 524
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - curtinlv/JD-Script - 仅供参考。 (Python)
README
# JD 关注有礼
## 目录结构
JD-Script/ #主仓库
|-- getFollowGifts # 主目录
| |-- jd_getFollowGift.py # 主代码 (必要)
| |-- JDCookies.txt # 存放JD cookie,一行一个ck
| |-- Readme.md # 说明书
| `-- start.sh # shell脚本(非必要)
`-- README.md### `【兼容环境】`
1.Python3.6+ 环境
2.兼容ios设备软件:Pythonista 3、Pyto(已测试正常跑,其他软件自行测试)
3.Windows exe安装依赖模块 :
pip3 install requests
执行:
python3 jd_getFollowGift.py## `【更新记录】`
2021.6.6:(v1.0.0 Beta)
* Test###### [GitHub仓库 https://github.com/curtinlv/JD-Script](https://github.com/curtinlv/JD-Script)
###### [TG频道 https://t.me/TopStyle2021](https://t.me/TopStyle2021)
###### [TG群 https://t.me/topStyle996](https://t.me/topStyle996)
###### 关注公众号【TopStyle】

#
@Last Version: v1.1.0@Last Time: 2021-06-06 07:57
@Author: Curtin
#### **仅以学习交流为主,请勿商业用途、禁止违反国家法律 ,转载请留个名字,谢谢!**# End.
[回到顶部](#readme)