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