docs/install/python.md

17 lines
312 B
Markdown
Raw Permalink Normal View History

2022-07-27 11:48:27 +03:00
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
```