Skip to content

davidhozic/discord-advertisement-framework

Repository files navigation

Discord Advertisement Framework

The Discord advertisement framework is a Python based automatic application that allows easy periodic advertisement / shilling on Discord.

image

image

Guide / Usage

Instructions can be found here.

Help

Need help? 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
  • Much more

Installation

DAF can be installed though command prompt/terminal using the bottom commands.

Pre-requirement: Python (minimum v3.9 and currently max 3.11; 3.12 support is pending).

Main package

pip install discord-advert-framework

Voice Messaging / AUDIO

pip install discord-advert-framework[voice]

SQL logging

pip install discord-advert-framework[sql]

Chrome browser integration

pip install discord-advert-framework[web]

All of the above (full package)

pip install discord-advert-framework[all]