All Projects → Luis-Hebendanz → Strawpoll Voting Bot

Luis-Hebendanz / Strawpoll Voting Bot

Licence: mit
A voting bot written in python 3.x for strawpoll.de. It uses a proxy list to vote multiple times in a survey. Works on all platforms

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Strawpoll Voting Bot

Vhackxtbot Python
Python API for vHackXT Game
Stars: ✭ 27 (-15.62%)
Mutual labels:  bot
Invite Contributors
automatically invite authors of merged pull requests to your organization
Stars: ✭ 30 (-6.25%)
Mutual labels:  bot
Leavexchat Bot
Keep WeChat messages but leave WeChat. This Telegram bot is here to release you.
Stars: ✭ 32 (+0%)
Mutual labels:  bot
Generals.io Node.js Bot Example
An example Node.js bot for generals.io. Learn more at http://dev.generals.io/api#tutorial
Stars: ✭ 28 (-12.5%)
Mutual labels:  bot
Rssbot
Lightweight Telegram RSS bot for notifications only. 用于消息通知的轻量级 Telegram RSS 机器人
Stars: ✭ 952 (+2875%)
Mutual labels:  bot
Openkore
A free/open source client and automation tool for Ragnarok Online
Stars: ✭ 956 (+2887.5%)
Mutual labels:  bot
Multicaptchabot
The best bot for collecting cryptocurrency from freebitco.in, freedoge.co.in and freenem.com 🚀🌔
Stars: ✭ 27 (-15.62%)
Mutual labels:  bot
Botframework Solutions
Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
Stars: ✭ 965 (+2915.63%)
Mutual labels:  bot
Wolfsofcrypto
theWolfsOfCrypto - crypto enthusiasts at your service
Stars: ✭ 30 (-6.25%)
Mutual labels:  bot
Spytrojan keylogger
[Solo para programadores] Troyano espía | Keylogger solo para Windows, se replica en el sistema y se inicia automaticamente al iniciar sesión. | Envío de registro mediante [Base de Datos], [Gmail] o [BotTelegram].
Stars: ✭ 32 (+0%)
Mutual labels:  bot
Whatsapp Framework
⚗️Whatsapp python api
Stars: ✭ 945 (+2853.13%)
Mutual labels:  bot
Discord Bot
🤖 Our BIG help in things about moderation and many more useful stuff on our Discord server.
Stars: ✭ 30 (-6.25%)
Mutual labels:  bot
Kuro
An easy to use self bot with different utilities written in NodeJS
Stars: ✭ 31 (-3.12%)
Mutual labels:  bot
Clinet
Official repository for Clinet, a Discord bot intended for assistance and control within your guilds.
Stars: ✭ 28 (-12.5%)
Mutual labels:  bot
Kjbot
kjBot Framework and Modules
Stars: ✭ 32 (+0%)
Mutual labels:  bot
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-15.62%)
Mutual labels:  bot
Dogey
🐶 - My general purpose bot for Discord
Stars: ✭ 30 (-6.25%)
Mutual labels:  bot
Modmail
A feature rich discord Modmail bot
Stars: ✭ 957 (+2890.63%)
Mutual labels:  bot
Obed Bot
🍴 Obed Slack Bot, na požiadanie kontroluje aktuálnu ponuku denného menu reštaurácii. [only for slovak|czech users]
Stars: ✭ 32 (+0%)
Mutual labels:  bot
Mineflayer Statemachine
A state machine plugin for Mineflayer to aid in designing more complex behavior trees.
Stars: ✭ 32 (+0%)
Mutual labels:  bot

Description

A voting bot written in python 3.x for strawpoll.de. It uses a proxy list to vote multiple times in a survey. It works on Mac, Windows and Linux.

Features

  • Easy to use command line driven program
  • 270 proxies are given from the get-go. More can be easily added
  • The program saves already used proxies in an xml file to enhance the voting speed dramatically

Usage

Usage: Main.py [options]

Options:
  -h, --help            show this help message and exit
  -v VOTES, --votes=VOTES
                        number of votes to give
  -s SURVEY, --survey=SURVEY
                        id of the survey
  -t TARGET, --target=TARGET
                        checkbox to vote for
  -f, --flush           Deletes skipping proxy list

Example

python Main.py -v 10 -s abbcw17 -t check3537987

How to install it ?

Download the zip or clone it with git then install the required library with:

pip install requests

What is pip? I don't understand!

If you don't understand how to install a library also called a "module" in Python please go checkout YouTube: How to download and install Python Packages and Modules with Pip

Proxy timeout?

If a proxy times out it means the server is not reachable anymore. The predefined list given with this repository most likely only has proxies that are not online anymore thus you get many proxy timeouts. To get a new list of proxies just search for proxy lists on the web.

How to add proxies to the list

Download Libre Office open up the LibreOffice writer. Paste on each new line the proxy IP and a port divided by a colon. Example:

149.56.160.23:80
193.108.38.23:80
94.56.130.89:3128

Save the file as an .xml file and replace the https-proxy-list.xml file in the project directory.

How do I get the survey id and the target ?

The survey id is always in the url pointing to your survey for example: https://strawpoll.de/abbcw17 then abbcw17 would be the id. To find the target you have to right click the checkbox you want to vote for, then go to inspect element and search for a value with 'check' at the beginning like check3537987. This is the checkbox id.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].