Follow these steps to set up and run the project:
To create a virtual environment, run the following command:
python -m venv my_venvFor Windows:
Activate the virtual environment with:
my_venv\Scripts\activateFor Linux:
Activate the virtual environment with:
source my_venv/bin/activateInstall the required dependencies using the provided requirements.txt file:
pip3 install -r requirements.txtSet your custom variables and routes by editing the settings.py file according to your needs.
Include your private keys in the accounts.txt file. Ensure this file contains the necessary credentials for the script to function correctly.
Execute the main script using:
python3 main.py