Automatically record discord calls on PMs, DM Groups and even guilds (servers) Pre-release has not been revealed yet - so stay tuned
This project is a proof-of-concept for educational purposes only. It is a direct violation of Discord's TOS and should not be used. Applying client modifications or "self-botting" (automating a user account) CAN AND WILL RESULT IN A PERMANENT BAN FROM DISCORD
LEGAL WARNING: Recording, intercepting, or saving conversations without the consent of all parties may be illegal in your country. You are responsible for complying with all applicable laws.
when you join and leave a discord call your client sends a request to a localserver that's running in background. recording your desktop audio and microphone and saving the records to the documents folder on your computer.
PS. Pre-release supported clients will be: Discord, PTB, Canary (browsers still not supported)
- Thanks to Roger Pack for providing the amazing virtual-audio-capture driver
- Thanks to Jabka-M for providing the "idea" of the injection at repository DiscordInject (The idea was re-implamented by me in a pure pythonic way for higher compatibility)