An open API service indexing awesome lists of open source software.

https://github.com/mgerb/htmlparser


https://github.com/mgerb/htmlparser

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Script to search through HTML and send an email if the string is found.
Install node here - https://nodejs.org/en/

Edit app.js to add configurations.
You must create your own gmail account that will be used to send the email.

It is important to find this line to add and remove fields that are appropriate to your login form
form: {userName:WEB_USERNAME, password:WEB_PASSWORD, Login: "Login"}