Python Requests: SENDING and READING Data from Websites in 4 Minutes

preview_player
Показать описание
Reading and sending data to websites.
As an example I'll be using discord to teach you how to send discord messages using the python requests library.

Source code:
import requests

data = {
"content": "THIS MESSAGE WAS SENT WITH PYTHON"
}
header = {
"authorization": "token here"
}

Рекомендации по теме
Комментарии
Автор

Consider donating to help the channel!
Patreon patreon.com/justanothercoder

JustAnotherCoder
Автор

thanks man for the tutorial. it may only teach the most basics, but it still gave me an idea of how this stuff works. keep up the good content.

miguelcunhakowalski
join shbcf.ru