Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sexfrance/mass-advertiser
- Owner: sexfrance
- License: apache-2.0
- Created: 2024-06-07T22:44:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T10:09:15.000Z (4 months ago)
- Last Synced: 2024-08-27T11:25:15.873Z (4 months ago)
- Topics: ad, advertiser, discord, discord-advertiser, discord-advertising, discord-mass, discord-mass-advertiser, discord-python, discord-selfbot, discordself, mass-advertising, mass-discord-tokens
- Language: Python
- Homepage: https://shop.cyberious.xyz
- Size: 54.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```---