'init'
This commit is contained in:
8
localAPI-main/py-examples/example-stop-profile.py
Normal file
8
localAPI-main/py-examples/example-stop-profile.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import requests
|
||||
|
||||
profildId = 'XX'
|
||||
url = "http://local.adspower.net:50325/api/v1/browser/stop?user_id=" + profildId
|
||||
|
||||
response = requests.request("GET", url, headers={}, data={})
|
||||
|
||||
print(response.text)
|
||||
Reference in New Issue
Block a user