Discord Advertisement Framework (3.0.4)#
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 though command prompt/terminal using the bottom commands.
Pre-requirement: Python (minimum v3.8)
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]