mirror of
https://github.com/violettoolssite/CFspider.git
synced 2026-04-05 11:29:03 +08:00
8 lines
174 B
Python
8 lines
174 B
Python
import cfspider
|
|
|
|
res = cfspider.get(
|
|
"https://httpbin.org/ip",
|
|
cf_proxies="https://ip.kami666.xyz",
|
|
uuid="c373c80c-58e4-4e64-8db5-40096905ec58",
|
|
)
|
|
print(res.text) |