Alienworlds-bot - A Python script made to automate the tidious job of mining on AlienWorlds

Overview

AlienWorlds bot

Donate

A Python script designed to automate the tedious work of mining on AlienWorlds.

This script:

  • Automatically connects
  • Automatically mines and claims

AlienWorlds bot was created for educational purposes only, the developers and contributors take no responsibility for your WAX.io, AlienWorlds and, or Reddit accounts.

Requirements

  • Windows or Debian-based Linux distribution
  • Python 3.7 or higher
  • Firefox browser
  • Install requirements.txt.
  • A Wax.io account (support for connection with Reddit account)

Installation guide

Install dependencies

Debian/Ubuntu

  • Install the dependencies with sudo sh install-dependencies-debian.sh.

Windows

  • Install Python dependencies with pip install -r requirements.txt.

Configuration changes

  1. Copy conf.json from the example cp conf.json.example conf.json.

  2. Change the username, password and login_method values in conf.json to match your credentials and login method.

    Connection method value of login_method
    Wax account wax
    Reddit account reddit
  3. If your Firefox installation is not in the default path, change the value of firefox_path to the path of your executable, otherwise leave it blank.

Finish!

  1. Run the script by executing python3 mine.py !

A problem? Submit a problem, or send me an email!


Donations

Donations help maintain this project.

WAX: lyc.m.c.wam

You might also like...
DISCORD script to automate sending messages to a particular server

discord discord script This script sends random quotes to an discord server and tags random users on the server in the process MADE WITH LOVE BY SACS

A Script to automate fowarding all new messages from one/many channel(s) to another channel(s), without the forwarded tag.

Channel Auto Message Post A script to automate fowarding all new messages from one/many channel(s) to another channel(s), without the forwarded tag. C

A script to automate the process of downloading Markdown and CSV backups of Notion
A script to automate the process of downloading Markdown and CSV backups of Notion

Automatic-Notion-Backup A script to automate the process of downloading Markdown and CSV backups of Notion. In addition, the data is processed to remo

A bot written in Python to automate attending classes on MyClass (Codetantra).

codetantrabot This is python program to attend class on myclass(codetantra) Prerequisites You should have Python3 and Pip installed on your system Run

BingBot - A bot that will automate searches on bing

bingBot A bot that will automate searches on bing. To install this just download

A discord self-bot to automate shitposting for your everyday needs.

Shitpost Selfbot A discord self-bot to automate shitposting for your everyday needs. Caution: May be a little racist. I have no clue where we are taki

Discord Auto bumper made in python, just a simple auto bumper that I made.

Discord Auto bumper made in python, just a simple auto bumper that I made.

Python JIRA Library is the easiest way to automate JIRA. Support for py27 was dropped on 2019-10-14, do not raise bugs related to it.
Python JIRA Library is the easiest way to automate JIRA. Support for py27 was dropped on 2019-10-14, do not raise bugs related to it.

Jira Python Library This library eases the use of the Jira REST API from Python and it has been used in production for years. As this is an open-sourc

A python tool to Automate Whatsapp through Whatsapp web

This python tool is used to Automate Whatsapp through Whatsapp web. We can add number of contacts whom we want to send text messages on perticular time

Comments
  • Some errors on Windows

    Some errors on Windows

    After start

    Python 3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information.

    ======== RESTART: C:\Users\Devos\Desktop\alienworlds-bot-master\mine.py ======== Error occurred during loading data. Trying to use cache server https://fake-useragent.herokuapp.com/browsers/0.1.11 Traceback (most recent call last): File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 154, in load for item in get_browsers(verify_ssl=verify_ssl): File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 99, in get_browsers html = html.split('

    ')[1] IndexError: list index out of range Traceback (most recent call last): File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 154, in load for item in get_browsers(verify_ssl=verify_ssl): File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 99, in get_browsers html = html.split('
    ')[1] IndexError: list index out of range

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 975, in send self.connect() File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1454, in connect self.sock = self._context.wrap_socket(self.sock, File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 512, in wrap_socket return self.sslsocket_class._create( File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1070, in _create self.do_handshake() File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1341, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 64, in get with contextlib.closing(urlopen( File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "C:\Users\Devos\Desktop\alienworlds-bot-master\mine.py", line 36, in useragent = UserAgent() File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\fake.py", line 69, in init self.load() File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\fake.py", line 75, in load self.data = load_cached( File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 250, in load_cached update(path, use_cache_server=use_cache_server, verify_ssl=verify_ssl) File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 245, in update write(path, load(use_cache_server=use_cache_server, verify_ssl=verify_ssl)) File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 187, in load ret = json.loads(get( File "C:\Users\Devos\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 84, in get raise FakeUserAgentError('Maximum amount of retries reached') fake_useragent.errors.FakeUserAgentError: Maximum amount of retries reached

    bug  opened by DekaSKy 6
  • V1.0.2

    V1.0.2

    1. Support Firefox on MacOS
    2. Update XPath for new Alien Worlds version
    3. Replace some hardcode with constant
    4. Add gitignore
    5. More random sleep
    6. Change variables' name
    7. Format code & Move importing packages statement to top
    opened by TheStarBoys 0
  • Owner
    null
    Easy-apply-bot - A LinkedIn Easy Apply bot to help with my job search.

    easy-apply-bot A LinkedIn Easy Apply bot to help with my job search. Getting Started First, clone the repository somewhere onto your computer, or down

    Matthew Alunni 5 Dec 9, 2022
    Gorrabot is a bot made to automate checks and processes in the development process.

    Gorrabot is a Gitlab bot made to automate checks and processes in the Faraday development. Features Check that the CHANGELOG is modified By default, m

    Faraday 7 Dec 14, 2022
    Cryptocurrency Trading Bot - A trading bot to automate cryptocurrency trading strategies using Python, equipped with a basic GUI

    Cryptocurrency Trading Bot - A trading bot to automate cryptocurrency trading strategies using Python, equipped with a basic GUI. Used REST and WebSocket API to connect to two of the most popular crypto exchanges in the world.

    Francis 8 Sep 15, 2022
    null 4 Oct 28, 2021
    A Python Script to automate searching of available vaccination centers in the city and hence booking

    Cowin Vaccine Availability Notifier Cowin Vaccine Availability Notifier takes your City or PIN code as an input and automatically notifies you via ema

    Jayesh Padhiar 7 Sep 5, 2021
    A Python Script to automate searching of available vaccination centers in the city and hence booking

    Cowin Vaccine Availability Notifier Cowin Vaccine Availability Notifier takes your City or PIN code as an input and automatically notifies you via ema

    Jayesh Padhiar 7 Sep 5, 2021
    This Python script will automate the process of uploading your project to GitHub.

    ProjectToGithub This Python script will help you to upload your project to Github without having to type in any commands !!! Quick Start guide First C

    Imira Randeniya 1 Sep 11, 2022
    A discord Server Bot made with Python, This bot helps people feel better by inspiring them with motivational quotes or by responding with a great message, also the users of the server can create custom messages by telling the bot with Commands.

    A discord Server Bot made with Python, This bot helps people feel better by inspiring them with motivational quotes or by responding with a great message, also the users of the server can create custom messages by telling the bot with Commands.

    Aran 1 Oct 13, 2021
    This very basic script can be used to automate COVID-19 vaccination slot booking on India's Co-WIN Platform.

    COVID-19 Vaccination Slot Booking Script This very basic CLI based script can be used to automate covid vaccination slot booking on Co-WIN Platform. I

    null 605 Dec 14, 2022
    A Script to automate fowarding all new messages from one/many channel(s) to another channel(s), without the forwarded tag.

    Channel Auto Message Forward A script to automate fowarding all new messages from one/many channel(s) to another channel(s), without the forwarded tag

    null 16 Oct 21, 2022