Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sexfrance/auto-stock-sender

Python script that allows you to advertise yourself with your discord stock. You enter your guild id and channel id and the script will adapt itself and send your advertising message !
https://github.com/sexfrance/auto-stock-sender

advertiser auto auto-stock-sender-python discord discord-advertiser discord-auto-stock discord-py discord-selfbot python python-discord stock

Last synced: about 1 month ago
JSON representation

Python script that allows you to advertise yourself with your discord stock. You enter your guild id and channel id and the script will adapt itself and send your advertising message !

Awesome Lists containing this project

README

        



Discord - Auto Stock Sender



Python script that allows you to advertise yourself with your discord stock. You enter your guild id and channel id and the script will adapt itself and send your advertising message !




๐Ÿ’ฌ 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
- Auto detects channel slow mode
- Supports multiple tokens
- Proxyless
- Saves servers in servers.json
- Allows to send stock messages from a file
- Allows to send random stock messages from a folder
- Allows to auto reply to DMS
- Option to send logs through webhooks


---
#### ๐Ÿ“น Preview

![Stock Sender](https://i.imgur.com/g2K3SGP.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/Auto-Stock-Sender/issues/)

---

### ๐Ÿ“œ ChangeLog

```diff
v0.0.1 โ‹ฎ 8/6/2024
! Initial release

v0.0.1 โ‹ฎ 20/8/2024
! Added feature to send random messages from stock.txt
```

---