Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidhozic/discord-advertisement-framework
Automatic advertisements / shilling for Discord. GUI / Console, Multi-Accounts & More!
https://github.com/davidhozic/discord-advertisement-framework
advert advertisement auto-advertiser auto-advertising automatic bot discord discord-ads github multi-account multi-messages multi-server nft promotion pycord python python3 shill shillbot shiller
Last synced: 4 days ago
JSON representation
Automatic advertisements / shilling for Discord. GUI / Console, Multi-Accounts & More!
- Host: GitHub
- URL: https://github.com/davidhozic/discord-advertisement-framework
- Owner: davidhozic
- License: other
- Created: 2021-11-19T20:16:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T11:32:57.000Z (about 1 month ago)
- Last Synced: 2024-11-24T12:26:49.767Z (about 1 month ago)
- Topics: advert, advertisement, auto-advertiser, auto-advertising, automatic, bot, discord, discord-ads, github, multi-account, multi-messages, multi-server, nft, promotion, pycord, python, python3, shill, shillbot, shiller
- Language: Python
- Homepage: http://daf.davidhozic.com
- Size: 28.9 MB
- Stars: 35
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
Awesome Lists containing this project
README
=========================================================
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 `_.---------------
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]