A simple script, to send emails through Dmail.ai, mint Starknet ID, Mint random NFT
- Clone the repository
git clone https://github.com/BlathanAevon/starknet_multi_actions
- Go to directory
cd starknet_multi_actions
- Virtual Environment creation
python (or python3) -m venv venv
- Activate the virtual environment
- Windows
venv/Scripts/activate
- Linux and MacOS
source venv\bin\activate
- Windows
- Install dependencies (modules)
pip install -r requirements.txt
Put wallets in wallets.csv
file in format ADDRESS, PRIVATE KEY
In settings.py
set timings
python main.py