ENG
https://github.com/0xStarLabs/StarLabs-0G
⚙️ Installation Requirements:
Python version 3.11.6 or higher
Download:
1 | Clone the repository
2 | Create and activate virtual environment (optional but recommended)
3 | Install dependencies
4 | Launch (after configuration)
📁 Setup (data folder)
Here you can find all user's data necessary for work. private_keys.txt - private keys from wallets. 1 line = 1 key. proxies.txt - proxies. 1 line = 1 proxy, or if there are less proxies than accounts, then they will be repeated one after another to be enough for all accounts. Proxy format is user:pass@ip:port. ONLY HTTP proxies are supported.
📝 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
After customizing the functions in the config, click the Save Configuration button in the top right corner of the page.
To exit the config, go back to the console and press CTRL + C several times, or just close the console.
▶️ Usage
Before launching the bot, you need to open the tasks.py file in the main project folder and there customize the order of actions as specified in the example. After that you can run the bot with the command python main.py. In the menu you should select 3 and then the database settings will be opened. For the first run press 1 (Create/Reset Database) and the bot creates a database in the data folder. For each key will be generated routes of actions. Also in this menu you will be able to look at the remaining tasks, recreate the database, etc.
Now you can exit the menu with button 6 and start the bot - 1.
Last updated