nightterror

1.0.1 • Public • Published

nightterror

NightTerrorJS is a high-level browser automation library based on DreamJS, NightmareJS, and NightmareXPATH. NightTerror is composed of elements from each, with my additional original code, creating a stronger and more efficient library.

What does Nightterror have to offer?

  • .xpath() native method and support. [NightmareXPATH] ✔️
  • Removed uneccesary annotations, comments, and documentation from scripts. [NightTerrorJS] ✔️
  • Uses ESM modules instead of CJS. [DreamJS] ✔️
  • Extra added security to make the webscraper less detectable [DreamJS] ✔️
  • Fixed broken scripts and evaluation mechanics from DreamJS [NightTerrorJS] ✔️

Install for NodeJS

npm i nightterror

Example / Get Started

const NightTerror = require("./index");
const NightTerrorClient = new NightTerror({show: true});

NightTerrorClient
    .goto("https://google.com");

For full documentation, see Nightmare's README.

Other Information and Help

In the future, I plan to add more methods as needed, but I am a busy man.
❤️ If you require any assistance, feel free to join my support Discord!!
💙 If you would love to support me as an independent developer and have the means necessary, check out https://ko-fi.com/evangassman! Anything is appreciated!

License (MIT)

Copyright (c) 2015 Segment.io, Inc. Copyright (c) 2023 Evan Gassman Copyright (c) 2020 Unlight

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i nightterror

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

69.9 kB

Total Files

11

Last publish

Collaborators

  • evan.gassman