Skip to content

Instantly share code, notes, and snippets.

@AWeirdDev
Created January 15, 2022 09:36
Show Gist options
  • Save AWeirdDev/94e7e04dd676f255b60c7a51e4721f9b to your computer and use it in GitHub Desktop.
Save AWeirdDev/94e7e04dd676f255b60c7a51e4721f9b to your computer and use it in GitHub Desktop.
import requests
json = {
"message": "message content"
}
response = requests.post("https://m.scratchthings.repl.co")
print(response.content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment