[add] MVP
This commit is contained in:
6
example.py
Normal file
6
example.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import requests
|
||||
|
||||
proxies = {'https': 'http://localhost:8080', 'http': 'http://localhost:8080'}
|
||||
ip = requests.get(url='http://canhasip.com/', proxies=proxies).text
|
||||
|
||||
print(ip)
|
||||
Reference in New Issue
Block a user