/Mass-Advertiser

Discord Script that allows you to mass advertise by sending messages to every people in ur dms and in every discord channels with permission.

Primary LanguagePythonApache License 2.0Apache-2.0

Discord - Mass Advertiser

Python Script that allows you to advertise using your discord tokens, they will send your custom message in every guild and channel you have access to (needs send message perms) and every people in your dm list.

💬 Discord · 📜 ChangeLog · ⚠️ Report Bug · 💡 Request Feature

⚙️ Installation

  • Requires: Python 3.10+
  • Make a python virtual environment: python3 -m venv venv
  • Source the environment: venv\Scripts\activate (Windows) / source venv/bin/activate (macOS, Linux)
  • Install the requirements: pip install -r requirements.txt
  • Start: python3 main.py

🔥 Features

  • Nice UI
  • Improved Logging
  • Fast & Easy to use
  • Threading
  • Debug mode
  • Detailed mode
  • Can choose between one token or tokens.txt
  • Moves invalid tokens to invalid.txt
  • Dms everyone in your friend/dm list
  • Sends specific messages to every discord server & channel you are in.

📹 Preview

Mass Advertiser


❗ Disclaimers

  • I am not responsible for anything that may happen, such as API Blocking, Account Termination, etc.
  • This was a quick project that was made for fun and personal use if you want to see further updates, star the repo & create an "issue" here

📜 ChangeLog

v0.0.1 ⋮ 8/6/2024
! Initial release
v0.0.2 ⋮ 8/6/2024
! Improved speed, reduced rate limits, added sessions, better threading and fixed dms logic not beeing here