Skip to content

Commit

Permalink
update stackoverflow login README file
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Apr 6, 2021
1 parent 254a84c commit 141bcb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file modified docs/img/rit-stackoverflow-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions stackoverflow/login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
- Google Chrome installed
- The selenium driver for Google Chrome browser.
[You can download the latest from here](https://sites.google.com/a/chromium.org/chromedriver/downloads). After you unzip it, for convenience, on unix, you should place the chromedriver file under `/usr/local/bin/`
- A SendGrid [API KEY](https://sendgrid.com/docs/ui/account-and-settings/api-keys/) and [EMAIL SENDER](https://sendgrid.com/docs/ui/sending-email/senders/). It's `FREE` until 100 emails sent / day.

### Optional

If you use SendGrid (it's `FREE` until 100 emails sent / day), you can inform [RIT_SENDGRID_API_KEY](https://sendgrid.com/docs/ui/account-and-settings/api-keys/) and [RIT_SENDGRID_EMAIL_SENDER](https://sendgrid.com/docs/ui/sending-email/senders/) as local variables to send an email when an error occurs.

## Command

Expand All @@ -22,7 +25,7 @@ This formula uses Selenium with a Chrome Driver to connect to your stackoverflow
Visit the site each day for 100 consecutive days. (Days are counted in UTC.).
```
If an error occured, the formula will send an EMAIL to the Stackoverflow user account using SendGrid.
If an error occured, the formula will send an EMAIL to the Stackoverflow user account using SendGrid if the user inform the API KEY and the SENDER EMAIL as local variables.
## Demo
Expand Down

0 comments on commit 141bcb9

Please sign in to comment.