Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@emartinezgh
emartinezgh /CompleteDiscordQuest.md
CreatedJune 5, 2025 17:12— forked fromaamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
functionasanaRequest($methodPath,$httpMethod='GET',$body=null)
{
$apiKey='ASANA_API_KEY_HERE';/// Get it from http://app.asana.com/-/account_api
$url="https://app.asana.com/api/1.0/$methodPath";
$ch=curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_HTTPAUTH,CURLAUTH_BASIC ) ;
curl_setopt($ch,CURLOPT_USERPWD,$apiKey);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);

[8]ページ先頭

©2009-2025 Movatter.jp