Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 !
- Host: GitHub
- URL: https://github.com/sexfrance/auto-stock-sender
- Owner: sexfrance
- License: apache-2.0
- Created: 2024-07-04T13:31:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T10:08:03.000Z (4 months ago)
- Last Synced: 2024-08-27T11:11:54.153Z (4 months ago)
- Topics: advertiser, auto, auto-stock-sender-python, discord, discord-advertiser, discord-auto-stock, discord-py, discord-selfbot, python, python-discord, stock
- Language: Python
- Homepage: https://shop.cyberious.xyz
- Size: 34.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 releasev0.0.1 โฎ 20/8/2024
! Added feature to send random messages from stock.txt
```---