from flask import Flask, request, jsonify, render_template
from bingart import BingArt
# Replace your cookie
myCookie = ''
Content :
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:
- Accept a quest under Discover -> Quests
- Press Ctrl+Shift+I to open DevTools
- Go to the
Console
tab - Paste the following code and hit enter: