Skip to content

nitl0l/smarter-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmarterMail

Fresh Microsoft account generator as-a-service powered by Sellix payments.

Environment Variables

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

Deployment

1. Edit config file

For Windows:

  • Rename example.config.yaml to config.yaml
  • Edit config.yaml with your favorite text editor (e.g Notepad)

For Linux:

  mv example.config.yaml config.yaml
  nano config.yaml

2. Create a virtual environment

  python3 -m venv .venv
  .venv\Scripts\activate # For Windows
  source .venv\bin\activate # For Linux

3. Install the requirements

  pip install -r requirements.txt

4. Configure your Sellix webhook

Figure this out on your own

5. Run the script

  python3 smartermail.py

Authors

About

Fresh Microsoft account generator as-a-service powered by Sellix payments.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages