https://github.com/kpj/getclick
Lets find out the fastest way, to generate clicks on webpages ;)
https://github.com/kpj/getclick
Last synced: 2 months ago
JSON representation
Lets find out the fastest way, to generate clicks on webpages ;)
- Host: GitHub
- URL: https://github.com/kpj/getclick
- Owner: kpj
- Created: 2012-01-03T20:41:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-11T10:29:27.000Z (about 13 years ago)
- Last Synced: 2025-01-18T04:06:57.228Z (4 months ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A tool to calculate the relationship between the time to gain a specific amount of clicks on a webpage and the number of different threads you use.
The file names are formatted as following:
[data/makePlot]_numberOfClicks-numberOfThreads[_smooth]All other files aren't noteworthy. (You may consider to take a look at "resources/multiThreadLinker.py" as its really nice, and has a ping-like output!)
To use, only execute timeTester.py (python2.7).
If you want to recreate some data, just delete the corresponding "data_X-Y" file.Fancy graphics are located in "graphs/" , furthermore they are generated with gnuplot.