mirror of
https://github.com/statbate/docs.git
synced 2026-08-11 02:42:41 +00:00
16 lines
312 B
Markdown
16 lines
312 B
Markdown
Chaturbate.com use Cloudflare. Sometime get problem with human check.<br/>
|
|
Solution: https://github.com/VeNoMouS/cloudscraper
|
|
```
|
|
start cloudscraper => get cookie => use it when send requests.
|
|
```
|
|
|
|
Install.
|
|
```
|
|
apt-get install python-pip
|
|
pip install cloudscraper
|
|
```
|
|
|
|
Update.
|
|
```
|
|
pip install cloudscraper -U
|
|
```
|