Discord Advertisement Framework (3.0.5)#

The Discord advertisement framework is a Python based automatic application that allows easy automatic advertisement (and much more) on Discord.

_images/daf-gui-front.png

Need help?#

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.

  • Listing 1 Voice Messaging / AUDIO#
    pip install discord-advert-framework[voice]
    
  • Listing 2 SQL logging#
    pip install discord-advert-framework[sql]
    
  • Listing 3 Chrome integration#
    pip install discord-advert-framework[web]
    

Install all of the (left) optional dependencies

  • Listing 4 All#
    pip install discord-advert-framework[all]
    

Table of contents#