# TFsCrawler **Repository Path**: linhq1999/tfs-crawler ## Basic Information - **Project Name**: TFsCrawler - **Description**: 一个Gallery爬虫,支持多个网站:DeviantArt,Furaffinity等。 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-16 - **Last Updated**: 2021-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gallery-crawler ## 介绍 Gallery爬虫,**不保证100%可用性**。 ## 安装 从 `Release` 页面直接下载。 ## 使用说明 ### 环境变量(可选) 略 ### 基础使用 此程序为cli程序,需要在终端内使用。 ## 其他选项 使用 `-h` 参数查看相关信息 ## 获取需要登录的界面 1. 在浏览器中打开开发者工具 `F12`。 2. 登录,然后点击到 “Browse”,选中*网络*。 3. 选中 `browse/` 行,将请求头中的cookie复制出来。 ![说明](https://images.gitee.com/uploads/images/2020/1116/145740_a8fce556_5193423.png "屏幕截图.png") 4. 使用 `-b` 指定cookie即可,在powershell中需要用引号将cookie包起来。 ## 已知问题 1. ~~由于网络原因,部分图片下载不完全。~~