1 / 5
2 / 5
3 / 5
4 / 5
5 / 5



This website main goal is to help users automate most websites efficiently & effectively, saving time in the long run.

It allows user to create new accounts. Create, Edit & Delete bots at any time. Run the bots to execute commands. With helpful tips to get them started.



Video


  1. Angular 12 used as the frontend framework

  2. Express framework used, which is a Node.js framework. Used in-unison to aid in the backend

  3. Node.js V15’ used as the backend JS run-time environment

  4. Realtime Firebase used as the database because it has btr latency, allowing data to appear more ‘realtime’ as compared to Cloud Firestore

  5. Puppetter used for bot building and instructing

  6. Typescript as the main programming language followed by JS (for the backend)


Example

await page.goto('https://touch.facebook.com/?_rdr', {waitUntil:'networkidle0',});
await page.waitForSelector('input[name=email]'); 
await page.$eval('input[name=email]', el => el.value = 'jingjie105@hotmail.com');
#=> Go to Facebook and type 'jingjie105@hotmail.com' onto email section.


Check it out on Github/Varbot for the source code.