-
Phones Page - This page will enable the user to add/remove phones that will send the invite links(zombies)🧟♂️.
-
Groups Page - This page will enable the user to add/edit/remove groups that the app will scrape from.
-
Activate Page - This page will enable the user to config his settings and activate the bot.
- BackEnd server configured.
- Set up the api.tsx to have the right api to access your own backend
- Small cup of coffee 😉☕
- Login to your account (you can use dummy user: admin@lol.com pass: 1234)
- Pick the relevant page Phones/Groups/Activate
- After setting up all the phones and groups you have/need, make sure to give an invite link to your target group at the activate page, press update button on the form and you are ready to start scraping
In order to run the app locally you will need to install all the dependencies from the package.json file.
Run the command npm install
to install all the dependencies, after it's done you can run npm start
to start the app locally in localhost:3000
By going through all the steps and making sure you have the prerequisites you:
- Deployed the app locally with all the dependencies needed.
- Can make calls to the backend and handle the responses from it.
- Should be able to gather tons of users to one telegram group.