Link Click Simulator

Link Click Simulator
I would like web app or program that can simulate clicks on a bit.ly and other URL shortener links.

This application should have an admin backend that allows you to distribute a certain amount of clicks to a specific link or social media account. The clicks should have the option of being distributed over a certain amount of time (3 minutes, 5 minutes and 10 minutes). The clicks would not all be sent evenly.

Scenario:

A twitter account called twitter.com/exampletweeter tweets out a tweet that says:

exampletweeter: This is my great example message http://bit.ly/example

The link above is set to have 100 clicks on it. The clicks will be distributed over 5 minutes. Each minute gets a different percent of clicks.

1st minute gets: 40% of clicks (40 clicks)
2nd minute gets: 25% of clicks (25 clicks)
3rd minute gets: 15% of clicks (15 clicks)
4th minute gets: 10% of clicks (10 clicks)
5th minute gets: 10% of clicks (10 clicks)

A feature / option for adding additional random clicks over the course of a day should be added as well. Random feature check (yes or no) # of random clicks? Enter number. Over the course of 1 hour, 2 hours etc. clicks would be distributed at random intervals.

If possible these clicks should be done through a proxy server to register as different IPs.

The option to either run this click simulator on an entire Twitter account or on a specific link should be an option.

I would prefer this to be in PHP format.

Leave a Reply

Your email address will not be published. Required fields are marked *