Metadata-Version: 2.1
Name: discord-advert-framework
Version: 2.6.0
Summary: Framework for periodic advertisements on Discord
Author: David Hozic
Keywords: Discord,Advertising,Framework,NFT,Shilling
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: voice
Provides-Extra: sql
Provides-Extra: testing
Provides-Extra: web
Provides-Extra: all
License-File: LICENSE.md

=========================================================
Discord Advertisement Framework (Shiller)
=========================================================
The Discord advertisement framework is a Python based **shilling framework** that allows easy advertising on Discord.

**Documentation** can be found `here <https://daf.davidhozic.com>`_.


.. image:: ./docs/images/daf-gui-front.png
    :width: 15cm

.. image:: ./docs/images/daf-console-run.png
    :width: 15cm


----------------------
Key features
----------------------
- Graphical Interface (GUI) / Console (script)
- Multi-account support
- Periodic and scheduled advertisements,
- Logging and analytics of sent messages (including SQL)
- Easy to setup
- Asynchronous

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

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

Pre-requirement: `Python (minimum v3.10) <https://www.python.org/downloads/>`_.

**Main package**

::

    pip install discord-advert-framework

**Voice Messaging / AUDIO**

::

    pip install discord-advert-framework[voice]

**Proxies**

::

    pip install discord-advert-framework[proxy]

**SQL logging**
            
::

    pip install discord-advert-framework[sql]


            
**All of the above (full package)**

::

    pip install discord-advert-framework[all]
