|
Title: CoinURL Bot, Mac or Linux Post by: Lattis_ on December 06, 2013, 03:27:25 AM CoinURL Bot, Mac or Linux v[1.0]
So, I was looking around the web for CoinURL bots, but all I found were really shitty ones that get you 1 per day. Well, now here is a simple shell script that will fix that problem. It uses the CoinURL API to make a new link and then opens that link with your default web browser. Theoretically, it only makes about 5.30 USD a day (as of now, 5/12/13), but hey, it's better than 1 click a day! Usage: -h - show help message and exit -u <uuid> - specify unique user id -l <number of times> - limit the number of times the script will loop (default: 10000) -b <browser> - browser to open the links in (default: default browser) Example usage: coinURL -u 529d189542657801002944 -l 10 -b Safari Requirements: cURL (http://curl.haxx.se (http://curl.haxx.se)) bash v3.2 or greater (It will probably work with lower versions of bash, but I haven't tested those.) Download the Script (https://www.dropbox.com/s/cv5wui4n4zbcszb/coinURL) Or Copy the Script: Code: #!/bin/bash Donations, if you're feelin' it: 17urVePyd4wEwtE91ibdQyWmgH8nvRdVoe If it doesn't seem to be clicking your links, try increasing the sleep time from "sleep 4" to "sleep x", where x is the number of seconds between loops. If your computer is loading the pages really fast, try decreasing the sleep time! P.S. Please report any issues and I will try to fix them promptly! Title: Re: CoinURL Bot, Mac or Linux Post by: tvshowz1305 on January 24, 2014, 11:45:25 PM hello,i downloaded the curl,but dont know how to use it with script,please teach me and be sure to receive a donation from me when this works for me..Thank you
|