Skip to content
Vanshit Malhotra edited this page Jun 1, 2015 · 1 revision

Welcome to the TrafficBot Wiki!

Add up as many URLs as you need for a single loop. Just keep adding the new line :

webbrowser.open_new_tab('https://url/') time.sleep(10)

https://url/ -> Can be replaced with your Link where you want the Traffic to be generated . time.sleep(10) -> Makes sure your browser does'nt Crash . Its a Time delay of 10 seconds between opening of the Tabs .

Clone this wiki locally