ENG
https://github.com/0xStarLabs/StarLabs-Discord
βοΈ Installation Requirements:
Python version 3.11.6 or higher
Download:
1 | Clone the repository
git clone https://github.com/0xStarLabs/StarLabs-Discord.gitcd StarLabs-Discord2 | Install dependencies
pip install -r requirements.txt3 | Launch (after configuration)
py main.py
π Setup (data folder)
This folder contains all user data required for operation.
accounts.xlsx - spreadsheet with accounts, proxies, and account data. Each row = 1 account. Cells are labeled intuitively. \
You only need to fill in the TOKEN and PROXY fields. The bot can also work without proxies.
Proxy format: USER:PASS@IP:PORT ONLY HTTP proxies are supported.
The MESSAGES_TXT field contains the name of the txt file with messages for each account. All txt files are located in the /messages folder. For example: Account 1 will use messages_1.txt. Create this txt file in the messages folder and insert messages line by line. Their operation mode is configured in the config.
π Config.yaml
This section details each function in the config.yaml file. Most variables are self-explanatory from their names and comments above each one, so I'll describe only the main ones:
DISCORD_TOKEN_FOR_PARSIN
Last updated