/mailbot

A auto email checker that uses classification learning to inform users if important emails arrive.

Primary LanguagePython

mailbot

python scripts to inform the user if important emails arrive

scraper

Parameters

  • model: json file used for training, can be found in the models directory
  • config: config file used to store the user's mail address and password
  • train: train from the json file

Example config file

config.txt

[config]
mail=<YOUR_EMAIL>
password=<YOUR_EMAIL_APP_PASSWORD>