Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sexfrance/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.
https://github.com/sexfrance/mass-advertiser

ad advertiser discord discord-advertiser discord-advertising discord-mass discord-mass-advertiser discord-python discord-selfbot discordself mass-advertising mass-discord-tokens

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        



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](https://i.imgur.com/0gGLwTg.png)

---
### โ— 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](https://github.com/sexfrance/Mass-Advertiser/issues/)

---

### ๐Ÿ“œ ChangeLog

```diff
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
```

---