# Votebot

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Votebot
> Markdown URL: https://mediated.wiki/source/Votebot.md
> Source: https://en.wikipedia.org/wiki/Votebot
> Source revision: 1155614031
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Automation used to participate in polls, elections, and social media

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Votebot" – news · newspapers · books · scholar · JSTOR (August 2021) (Learn how and when to remove this message)

A **votebot** is a [software automation](/source/Internet_bot) built to fraudulently participate in [online polls](/source/Online_poll), [elections](/source/Election), and to [upvote and downvote](/source/Like_button) on [social media](/source/Social_media).

Simple votebots are easy to code and deploy, yet they are often effective against many polls online, as the developer of the poll software must take this kind of attack into account and do extra work to defend against it.

## Technique used

The [WWW](/source/World_Wide_Web) uses the [HTTP protocol](/source/HTTP) to transfer information. Votebots are designed to imitate legitimate user behaviour, such as voting in an online poll by interacting with the server hosting the poll using the HTTP protocol. The bot thus emulates the behavior of a human using a [web browser](/source/Web_browser), but can repeat this emulated behavior many times, thus casting many votes.

## Distinguishing bots from humans

In many voting projects, developers try to distinguish bots from legitimate users. For example, some websites restrict the number of votes one IP address can make in a time period. Votebots frequently bypass this rule by using proxy or VPN IP addresses. Other web sites analyze the account created by a votebot and its history of actions in the system to identify potential votebots. Votebots in turn counter this by trying to simulate human activity such as logging in and out before voting. Other sites employ [CAPTCHAs](/source/CAPTCHA), which votebots farm out to [Mechanical Turks](/source/Mechanical_Turk).

## Targeted sites

[YouTube](/source/YouTube), [Facebook](/source/Facebook), [Twitter](/source/Twitter) and [Reddit](/source/Reddit) are major target of votebots.[1] Many small, temporary voting projects are also targeted. Many people try to program or buy malicious scripts to vote for themselves in some processes, and it is hard to count the number of attacks happening every day.

## See also

- [Chatterbot](/source/Chatterbot)

- [Dead Internet theory](/source/Dead_Internet_theory)

- [IRC bot](/source/IRC_bot)

- [Knowbot](/source/Knowbot)

- [Spambot](/source/Spambot)

## References

1. **[^](#cite_ref-1)** Herkewitz, William (2013-08-08). ["Upvotes, Downvotes, and the Science of the Reddit Hivemind"](https://www.popularmechanics.com/science/health/a9335/upvotes-downvotes-and-the-science-of-the-reddit-hivemind-15784871/). Popular Mechanics. Retrieved 15 June 2021.

---
Adapted from the Wikipedia article [Votebot](https://en.wikipedia.org/wiki/Votebot) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Votebot?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
