This is a Node.js project that uses Puppeteer to automate the login process on websites and perform searches with the user's credentials. With this tool, you can easily and quickly automate your login process on multiple websites and streamline your search process.
- Automates the login process on websites with user-provided credentials
- Search automation feature (commented out) to search websites after successful login
- Highly configurable options for automating specific websites
- Saves the user's login data to avoid re-entering credentials
- Node.js
- Puppeteer
- Install Node.js on your system.
- Clone this repository to your local machine.
- Navigate to the cloned directory and run
npm install
to install the required dependencies. - Modify the
config.js
file to specify the website URL, login credentials, and any other options you want to use. - Run
node index.js
to start the automation process. - The program will attempt to log in to the website with the provided credentials.
The search automation feature is commented out in the index.js
file. To use this feature, uncomment the relevant code.
This login and search automation tool is a powerful solution for automating your login process on websites and streamlining your search process. With its highly configurable options and easy-to-use interface, you can quickly automate your login process on multiple websites and save time and effort. If you're looking for a fast, reliable, and efficient way to automate your login and search process, this is the tool for you!