DAF (v2.4.6)#

The Discord advertisement framework is a shilling tool that allows easy advertising on Discord. It’s original purpose is to make it easy to shill your NFT project but it is designed in a way that it can be used to advertise anything as long as it is on Discord.

Key features#

  • Ability to run on multiple accounts at once, either as a self-bot (personal account) or a normal bot account.

Caution

While running this on user accounts is possible, it is not recommended since it is against Discord’s ToS. I am not responsible if your account get’s disabled for using self-bots!

  • Periodic advertisement to Direct (Private) Messages, Text channels and Voice channels

  • Automatic guild/channel discovery thru daf.guild.AutoGUILD / daf.message.AutoCHANNEL

  • Dynamically obtained shill data

  • Error recovery

  • Logging of sent messages (including SQL) - Logging

  • Async framework

  • Easy to setup, with minimal code

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 Proxy support#
    pip install discord-advert-framework[proxy]
    
  • Listing 3 SQL logging#
    pip install discord-advert-framework[sql]
    

Install all of the (left) optional dependencies

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

Table of contents#