Skip to content

Instantly share code, notes, and snippets.

View tranvinh99's full-sized avatar

Vinh Tran tranvinh99

View GitHub Profile
@tranvinh99
tranvinh99 / CompleteDiscordQuest.md
Created October 3, 2025 08:24 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@tranvinh99
tranvinh99 / bingart-api.md
Created February 28, 2025 09:05 — forked from hoangdh/bingart-api.md
Tạo hình ảnh bằng Bing Art thông qua API.

Tạo hình ảnh bằng Bing Art AI của Microsoft thông qua API

Script API

from flask import Flask, request, jsonify, render_template
from bingart import BingArt

# Replace your cookie
myCookie = ''