0.0.2 • Published 1 year ago

@franklyhelp/contact-investors v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago
  1. Download nodejs and install it;
  2. Install module globally with npm:
npm i @franklyhelp/contact-investors -g
  1. Place secrets.json file in project root;

  2. Add email entry in secrets.json, password is generated here:

{
    "openai": {
        ...
    },
    "google": {
        ...
    },
    "email": {
        "sender": "<your_frankly_email_here>",
        "password": "<your_app_password_here>"
    }
}
  1. Run contact-investors command to start generating and sending emails;