Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

A voting bot for Minecraft-Server.eu. Supports proxies and multiple servers and usernames to vote for.

License

Notifications You must be signed in to change notification settings

Quoorex/minecraft-server-eu-bot

Repository files navigation

Minecraft-Server.eu Voting Bot

A voting bot for Minecraft-Server.eu. Supports proxies and multiple servers and usernames to vote for.

Requirements

  • Python 3.6 or higher
  • Pip
  • Poetry (pip install poetry)
  • Mozilla Firefox

Important

  • Minecraft-Server.eu does IP ban after around 4-5 votes (not exactly sure) so it's advised to use proxies (that are not banned by Google or else the captchas won't work)

Installation

  • poetry install
    • this will setup a virtual environment for the project
  • poetry shell
    • activates the environment
  • python main.py
    • runs the program

Configuration

All settings can be edited in config.yaml.

Settings

  • username_file: file to load the username to vote for from
  • vote_url_file: file to load the vote urls from
  • headless: whether to run display the browser windows (True) or not (False)
  • fake_useragent: should the browser useragent be faked for every vote attempt
    • Note: this option is not recommended, as this can lead to ReCaptchas not working anymore
  • proxy:
    • enabled: use proxies or not
    • type: proxy type; supported options: HTTP, HTTPS, SOCKS4, SOCKS5
    • file: file to load the proxies from; proxy format: host:port
  • use_timer: enabling this lets the program vote periodically (every 24h)
    • Note: Using this is not recommended, as the program stops when a error comes up. You should rather use something like cron to start the program on a regular basis.

About

A voting bot for Minecraft-Server.eu. Supports proxies and multiple servers and usernames to vote for.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages