Discord Advertisement Framework (4.1.2)¶
The Discord advertisement framework is a Python based automatic application that allows easy automatic advertisement (and much more) on Discord.
Links¶
This framework uses a Discord API wrapper called PyCord and it is built to allow working directly with Pycord (eg. framework objects accept Pycord objects as arguments).
Need help?¶
Checkout the guides:
Contact me in my Discord server.
Key features¶
Automatic periodic and scheduled messages to multiple servers and channels,
Error checking and recovery,
Message logging, invite link tracking & statistics
Multi-account support
Graphical Interface (GUI) / Console (script)
Easy to setup
Programmatic usage
Much more
Note
Running on user accounts is against Discord ToS, however DAF still enables it.
Installation¶
DAF can be installed in one of the two ways:
As a standalone EXE on Windows. It can be downloaded in releases. Please note that antivirus software might detect this as a virus. This is because the exe bundles a Python interpreter alongside the Python package. If that happens, disable your antivirus or consider installing the software as a Python package (explained in the following bullet point).
Installed as a Python package through the terminal / PowerShell / cmd.
Pre-requirement: Python (minimum v3.9; recommended 3.11)
pip install discord-advert-framework
Some functionality needs to be installed separately. This was done to reduce the needed space by the daf.
pip install discord-advert-framework[voice]
pip install discord-advert-framework[sql]
pip install discord-advert-framework[web]
Install all of the (left) optional dependencies
pip install discord-advert-framework[all]