[add] MVP

This commit is contained in:
2022-09-16 15:35:23 -06:00
commit dc0f8dccaa
6 changed files with 44 additions and 0 deletions

6
example.py Normal file
View 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)