Metadata-Version: 2.1
Name: discord-advert-framework
Version: 3.1.1
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.8
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: aiohttp<3.10.0,>=3.9.0
Requires-Dist: aiohttp_socks<0.9,>=0.8
Requires-Dist: typeguard<2.14,>=2.13
Requires-Dist: typing_extensions<5,>=4; python_version < "3.11"
Requires-Dist: tkinter-async-execute<1.3,>=1.2
Requires-Dist: asyncio-event-hub<1.1,>=1.0
Provides-Extra: docs
Requires-Dist: sphinx==7.1.2; extra == "docs"
Requires-Dist: sphinx-autobuild==2021.3.14; extra == "docs"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "docs"
Requires-Dist: furo==2023.9.10; extra == "docs"
Requires-Dist: enum-tools[sphinx]==0.11.0; extra == "docs"
Requires-Dist: sphinx-design[furo]==0.5.0; extra == "docs"
Requires-Dist: readthedocs-sphinx-search==0.3.1; extra == "docs"
Requires-Dist: sphinxcontrib-svg2pdfconverter==1.2.2; extra == "docs"
Provides-Extra: voice
Requires-Dist: PyNaCl==1.5.0; extra == "voice"
Provides-Extra: sql
Requires-Dist: sqlalchemy[asyncio]>=2.0; extra == "sql"
Requires-Dist: aiosqlite==0.19.0; extra == "sql"
Requires-Dist: pymssql==2.2.10; extra == "sql"
Requires-Dist: asyncpg==0.29.0; extra == "sql"
Requires-Dist: asyncmy==0.2.9; extra == "sql"
Provides-Extra: testing
Requires-Dist: pytest==7.4.3; extra == "testing"
Requires-Dist: pytest-asyncio==0.21.1; extra == "testing"
Provides-Extra: web
Requires-Dist: selenium==4.15.2; extra == "web"
Requires-Dist: undetected-chromedriver==3.5.4; extra == "web"
Requires-Dist: webdriver-manager==4.0.1; extra == "web"
Provides-Extra: all
Requires-Dist: PyNaCl==1.5.0; extra == "all"
Requires-Dist: sqlalchemy[asyncio]>=2.0; extra == "all"
Requires-Dist: aiosqlite==0.19.0; extra == "all"
Requires-Dist: pymssql==2.2.10; extra == "all"
Requires-Dist: asyncpg==0.29.0; extra == "all"
Requires-Dist: asyncmy==0.2.9; extra == "all"
Requires-Dist: selenium==4.15.2; extra == "all"
Requires-Dist: undetected-chromedriver==3.5.4; extra == "all"
Requires-Dist: webdriver-manager==4.0.1; extra == "all"

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


.. image:: ./docs/images/daf-gui-front.png
    
.. image:: ./docs/images/daf-gui-front-edit-msg.png

----------------
Guide / Usage
----------------
Instructions can be found `here <https://daf.davidhozic.com/en/stable/guide/GUI/quickstart.html>`_.

---------------
Help
---------------
Need help? Contact me in my `Discord server <https://discord.gg/DEnvahb2Sw>`_.

----------------------
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.8 and currently max 3.11; 3.12 support is pending) <https://www.python.org/downloads/>`_.

**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]
