Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenriqueschmitz/search-bot
A bot that performs a search according to the user’s requirements, following the first 5 results (excluding ads). It provides a count of letters, vowels, and consonants present on each site.
https://github.com/gustavohenriqueschmitz/search-bot
bot nodejs selenium
Last synced: 9 days ago
JSON representation
A bot that performs a search according to the user’s requirements, following the first 5 results (excluding ads). It provides a count of letters, vowels, and consonants present on each site.
- Host: GitHub
- URL: https://github.com/gustavohenriqueschmitz/search-bot
- Owner: GustavoHenriqueSchmitz
- License: mit
- Created: 2022-10-11T18:35:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:28:31.000Z (3 months ago)
- Last Synced: 2024-11-18T21:51:49.224Z (2 months ago)
- Topics: bot, nodejs, selenium
- Language: JavaScript
- Homepage:
- Size: 3.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search-Bot
## About the project
A bot that performs a search according to the user’s requirements, following the first 5 results (excluding ads). It provides a count of letters, vowels, and consonants present on each site.## Used technologies
- Node.js
- Selenium## Initialization
### Install the necessary tools
**1.** NodeJS V16.17.1
* https://nodejs.org**2.** geckodriver V0.32.0
* https://github.com/mozilla/geckodriver/releases**OBS:** Extract the geckodriver file and place it in the project's root folder.
### Start the project
**1.** Clone the project
```
git clone https://github.com/GustavoHenriqueSchmitz/Bot-de-Pesquisa.git
```**2.** Install the dependencies by running this command in the project's root directory.
```
npm i
```**3.** Start the bot by running this command in the project's root directory.
```
node main.js
```## Author
**Gustavo Henrique Schmitz****Linkedin:** https://www.linkedin.com/in/gustavo-henrique-schmitz
**Portfolio:** https://gustavohenriqueschmitz.com
**Email:** [email protected]