Fresh Microsoft account generator as-a-service powered by Sellix payments.
To run this project, you will need to add the following environment variables to your .env file
LUTION_KEY - From lution.ee
SELLIX_WEBHOOK_SECRET - From your shop settings
For Windows:
- Rename
example.config.yamltoconfig.yaml - Edit
config.yamlwith your favorite text editor (e.g Notepad)
For Linux:
mv example.config.yaml config.yaml
nano config.yaml python3 -m venv .venv
.venv\Scripts\activate # For Windows
source .venv\bin\activate # For Linux pip install -r requirements.txtFigure this out on your own
python3 smartermail.py