This NodeJS program is designed to quickly send a large number of requests to a list of provided links in order to improve website analytics.
- Clone the repository to your local machine.
- Run npm i to install all the packages.
- Copy the
config.example.jsonfile and rename it toconfig.json. - Edit the
config.jsonfile to specify the number of sessions to use, the amount of time to wait between requests, and the list of links to send requests to. - Run the program with
npm start.
The config.json file includes the following properties:
sessions: The number of sessions to use.delay: The number of seconds to wait between requests.links: An array of links to send requests to.
This program is provided for educational purposes only. Please use it responsibly and do not use it to harm any websites.