Created
January 15, 2022 09:36
-
-
Save AWeirdDev/94e7e04dd676f255b60c7a51e4721f9b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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