A tool which allows you to just focus on what matters: graduation thesis and forget about the last subject: Chuẩn kỹ năng công nghệ thông tin (FE).
- Scrape the question database.
- Auto choose the right answer and move to next question until the end.
-
Scrape the lastest questions:
Replace the content of cookies variable with your own cookies and run this command:node index.js
It could take hours to finish due to viblo's new policy which only allows users to practice every 4 mins.
Note: The default language is "en" so if you want to get the vietnamese database instead, change the lang variable to "vi".
-
(Optional) Run this command to reduce file size:
node shorten.js
-
Upload the database (fe-questions-full-end.json or fe-questions-en.json) somewhere.
-
In click-click.js file
- Change the database url.
- (Optional) Change the lang variable.
- (Optional) Change timeout variable (by default, the script will run without any delay).
-
Open Dev tools, copy the content of click-click.js and paste it in the console tab.
MIT