Posted
How to run my code? can you say pls
import requests
import socket
webhook_url = 'mywebhook'
message = socket.gethostbyname(socket.gethostname())
requests.post(webhook_url, json={'content': message})
Added
@65866ty
Cancel
Post
Why u looking here lol
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post