A Python script made to automate the tidious job of mining on AlienWorlds
A Python script made to automate the tidious job of mining on AlienWorlds
This script:
- Automatically logs in
- Automatically mines and claims
AlienWorlds bot was made for educational purposes only, the developers and contributors do not take any responsibility for your WAX.io, AlienWorlds and, or Reddit accounts.
Requirements
- Python 3.7 or greater
- Firefox browser
- Geckodriver
- Installed requirements.txt
- A Wax.io account
Instalation guide
Debian/Ubuntu
- Install dependencies
sudo sh install-dependencies-debian.sh
.
Config edits
-
Copy conf.json from example
cp conf.json.example conf.json
-
Change the
username
,password
andlogin_method
values in conf.json to match your credentials and login method.Connection method value of login_method
Wax account wax
Reddit account reddit
Finishing!
- Start the script by running
python3 mine.py
!