remotes/1693045480750635534/spooky-22
Aevann1 2022-05-27 00:39:11 +02:00
parent 22aacf86ec
commit 8eee22565d
1 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
<p>Python example:</p>
<pre> import requests
headers={"Authorization": "access_token_goes_here"}
headers={"User-Agent": "bot for comments", "Authorization": "access_token_goes_here"}
url="{{SITE_FULL}}/?sort=comments"
@ -43,7 +43,7 @@
<p>Aother python example:</p>
<pre> import requests
headers={"Authorization": "access_token_goes_here"}
headers={"User-Agent": "bot for comments", "Authorization": "access_token_goes_here"}
url="{{SITE_FULL}}/unread"
@ -85,7 +85,7 @@
<p>Python example:</p>
<pre> import requests
headers={"Authorization": "access_token_goes_here"}
headers={"User-Agent": "bot for comments", "Authorization": "access_token_goes_here"}
url="{{SITE_FULL}}/?sort=comments"
@ -100,7 +100,7 @@
<p>Aother python example:</p>
<pre> import requests
headers={"Authorization": "access_token_goes_here"}
headers={"User-Agent": "bot for comments", "Authorization": "access_token_goes_here"}
url="{{SITE_FULL}}/unread"