mirror of
https://github.com/statbate/docs.git
synced 2026-08-11 02:42:41 +00:00
update
This commit is contained in:
commit
eabb01cfef
21 changed files with 921 additions and 0 deletions
16
install/python.md
Normal file
16
install/python.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue