/StrawpollVoteBot

http://strawpoll.me/ Vote Bot

Primary LanguagePHP

StrawpollVoteBot

This is a Strawpoll Vote Bot. You will need to have PHP5 and PHP-curl installed on your machine for this script to work.

Installing PHP and cURL

Ubuntu/Debian Linux

  1. Install PHP:

    sudo apt-get install php5

  2. Install cURL:

    sudo apt-get install php5-curl

  3. Restart Apache:

    sudo /etc/init.d/apache2 restart

Arch Linux

Install PHP:

sudo pacman -S php

Fedora

  1. Install PHP:

    sudo dnf install php

  2. Install php-xml:

    sudo dnf install php-xml

Other

  1. Go to cURL's download section
  2. Select your Operating System
  3. Select your OS version [situational]
  4. Select cURL version [situational]
  5. Click download
  6. Follow install directions

If these steps do not work for you, try going here.

Usage

Update the proxy list

php update_proxies.php

Run the Vote Bot

php vote.php <VoteID> <Option> <Amount>

For example:
php vote.php 3491291 2 100