# login_test
**Repository Path**: kimda/login_test
## Basic Information
- **Project Name**: login_test
- **Description**: scrapy 模拟登录
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2018-09-25
- **Last Updated**: 2020-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# login_test
#### 项目介绍
python3,使用scrapy,模拟登录人人网。
#### 提前需要安装
1.https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted 找到对应的版本,下载
2.pip install wheel
3.pip install 下载的Twisted.whl包
4.pip install scrapy
5.pip install pypiwin32
#### 运行
python start_spider.py
[简书](https://www.jianshu.com/p/249eb153501e)