timxllr / minecraft-server-eu-bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

TODO

  • Integrate Captcha Solving API from Antigate
  • 2 Modes:
    • Botting only votes
    • Botting rewards (typing usernames in)
  • Implement a proxy scraper
  • Ip ban check

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%