# 抖音网页爬虫
**Repository Path**: LSE_QX/tiktok-crawler
## Basic Information
- **Project Name**: 抖音网页爬虫
- **Description**: 基于 webclient 与 selenium 实现的抖音网页端爬取
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 12
- **Forks**: 4
- **Created**: 2021-09-26
- **Last Updated**: 2024-01-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Java, htmlunit, Selenium, Jsoup
## README
# 抖音网页爬虫
#### 介绍
基于 webclient 与 selenium 实现的抖音网页端爬取
#### 软件架构
webclient + selenium + java + jsoup
#### 备注说明
本仓库仅含有可执行java类文件
##### POM
```
org.seleniumhq.selenium
selenium-java
4.0.0-beta-4
org.seleniumhq.selenium
selenium-chrome-driver
4.0.0-beta-4
com.google.guava
guava
30.1.1-jre
net.sourceforge.htmlunit
htmlunit
2.33
com.squareup.okhttp3
okhttp
3.10.0
com.squareup.okio
okio
2.3.0
org.jsoup
jsoup
1.11.3
```
##### chromedriver 下载地址
[chromedriver.storage.googleapis.com/index.html](http://chromedriver.storage.googleapis.com/index.html)