Spoof game processes to complete Discord quests by creating a lightweight process or using the Quest API
Project description
Poof
Spoof game processes and complete Discord quests via the API — all from the command line.
Safety
This does not modify the Discord client, inject code, hook processes, or tamper with Discord's memory.
- Process spoofing copies
/bin/sleepto a temporary file with the game's name (just a standard Linux process) - Quest API mode sends HTTP requests to Discord's API (same as any other API client)
- Quest API mode requires your Discord auth token -- This will be cached and saved to ~/.config/poof
Table of Contents
Requirements
- Linux (uses
prctl, Unix sockets,/proc) - Python 3.8+
- Discord desktop client running (for process spoofing)
- Discord auth token (for quest API mode)
Installation
pip install poof-discord
How it works
-
Process spoofing — Copies
/bin/sleepto/tmp/<game_name>and runs it. Discord's process scanner reads/proc/<pid>/exeand sees a process named like the target game, auto-registering it as your activity.
Note : The process name is nothing but the target game's executable name which you can get from the Discord-Detectable-Apps repo. -
Discord RPC (optional) — Connects to Discord's Unix socket and sends a
SET_ACTIVITYframe with the game's Application ID. -
Quest API (new) — Sends authenticated requests to Discord's quest API:
GET /api/v9/users/@me/quests— list enrolled questsPOST /api/v9/quests/{id}/heartbeat— send periodic heartbeats
Usage
Fake process
# Process-only (enough for most quests):
poof 'genshinimpact.exe'
Quest API mode
First, get your Discord auth token:
#follow the instructions to aquire the token:
poof token
#cache your token
poof token "PASTE YOUR TOKEN HERE"
Now list and complete quests:
#list enrolled quests
poof quests
#complete all active quests
poof complete
#complete a specific quest
poof complete --quest-id <quest_id>
Find the Process Names
Process names: Discord-Detectable-Apps || The-Reliable-Reddit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file poof_discord-0.0.2.tar.gz.
File metadata
- Download URL: poof_discord-0.0.2.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd30711d817d5f60ba132300716a6c13f0699942cb8b540d8aac6d3f026862a1
|
|
| MD5 |
43aefd667f25e2fb88be612491fb5455
|
|
| BLAKE2b-256 |
e76b0aa1398581c01b920a5acebe61d99c18d5cc09625c28c4b109f0f9a2adce
|
File details
Details for the file poof_discord-0.0.2-py3-none-any.whl.
File metadata
- Download URL: poof_discord-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3884f2890c675a1e4cc5ef74502f7a6c9f86b9e68b4c4ee741a21d48515cb740
|
|
| MD5 |
78be7bb97c9f95ff19558d4a0a8fec05
|
|
| BLAKE2b-256 |
1bf40a7635a809a1da3d1f16ab55c4dec1c589ad5cd64b63dfce06fb4af9470a
|