“Ever felt that you have a lot of questions but there is no one to answer all of them? Introducing Skylar AKA “the helpmate”. Skylar is a javascript- based project which is primarily based on web automation and web scraping. After executing, Skylar executes a series of web searches and helps the user get the most suitable answers to various questions asked by the user.”
All Skylar requires from a user is a set of questions which he/she wishes to get answers.
- Skylar will read all the user’s queries and look through the internet and try to find the best possible answers and present it to the user.
- Skylar will make sure that you get your answers saved so that you can view the solutions in offline mode as well.
- Skylar knows the fact that “pictures/videos speak more than a thousand words” so in order to provide the user with a better understanding of the solutions, Skylar will provide video solutions for the problems as well.
- Those videos get saved as well because, you know no- one can predict when the internet goes off 👀.
- Lastly, Skylar understands that there is a probability of not getting an answer on the internet. So, she does the best thing one can do in this situation, i.e., ask for help.
- She then asks for the question in a public space, which is twitter in this case so that people all over the globe can try to answer the questions.
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
For support, email [email protected] .
Clone the project
git clone https://github.com/Jas-Script/Skylar_TheHelpMate
Go to the project directory
cd Skylar_TheHelpMate
Install dependencies
npm init -y
npm install minimist
npm install puppeteer
npm install ytdl-core
npm install html-pdf-node
npm install jsdom
Run the code
node helper.js --ques=ques.json --url=https://www.wikihow.com/Main-Page
For support, email [email protected] .