https://github.com/mgerb/htmlparser
https://github.com/mgerb/htmlparser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgerb/htmlparser
- Owner: mgerb
- Created: 2015-12-08T01:42:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T01:50:28.000Z (over 10 years ago)
- Last Synced: 2025-05-07T21:11:35.450Z (about 1 year ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"}