Delete temp.txt

This commit is contained in:
2026-04-23 02:11:57 +00:00
parent ced2a35c5b
commit 0aba95f5cc

View File

@@ -1,32 +0,0 @@
curl -X POST "https://id.twitch.tv/oauth2/token" \
-d "client_id=1d55t6jkkl2l0triq2irmog3lo3ver" \
-d "client_secret=tmfe55kvjzcpv7coen38yxjzj7efhn" \
-d "grant_type=client_credentials"
{
"access_token":"dugtl9h8jh9f89txj0qoagtv93u2wj",
"expires_in":4698156,
"token_type":"bearer"
}
curl -H "Client-ID: 1d55t6jkkl2l0triq2irmog3lo3ver" \
-H "Authorization: Bearer 7k8q1pvj3bqclkh1qxm9bdcmmb3w05" \
"https://api.twitch.tv/helix/users?login=reaperofveriod"
{"data":[{
"id":"86025329",
"login":"reaperofveriod",
"display_name":"ReaperOfVeriod",
"type":"","broadcaster_type":"affiliate",
"description":"im weird.",
"profile_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/da367928-136c-4980-aa16-caedad73ae83-profile_image-300x300.png",
"offline_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/a3fcd009-65dd-4508-8e71-0547c6faa24f-channel_offline_image-1920x1080.png",
"view_count":0,
"created_at":"2015-03-24T00:36:42Z"}]}%