Install the dependencies from requirements.txt
file.
pip install -r requirements.txt
Make the main.py
file executable:
chmod +x ./main.py
Now run:
EMAIL="[email protected]" ./main.py --amount=20000 [email protected]
The EMAIL
env variable is your Gmail / SMTP enabled account. When you run this command, you will be prompted for password (and save
to keyring if available). The --amount
and --to
options can be ignored from the command line and you will get interactive prompts
for them.