@franklyhelp/contact-investors
v0.0.2
Published
1. [Download nodejs](https://nodejs.org/en/download/) and install it; 2. Install module globally with `npm`:
Readme
- Download nodejs and install it;
- Install module globally with
npm:
npm i @franklyhelp/contact-investors -gPlace secrets.json file in project root;
Add
emailentry insecrets.json, password is generated here:
{
"openai": {
...
},
"google": {
...
},
"email": {
"sender": "<your_frankly_email_here>",
"password": "<your_app_password_here>"
}
}- Run
contact-investorscommand to start generating and sending emails;
