Skip to content

alonweinstein/VMT_AutoUpdater

 
 

Repository files navigation

Vending Machines Tycoon Auto-Updater

Python script to automate updating your VM Tycoon's.

Installation

If you don't have Python installed yet on your WIndows machine follow these instructions:

  1. Download and install python following the instructions here: https://docs.python.org/3/using/windows.html, make sure to select 'Add Python to PATH' during the installation.
  2. Download and install the Microsoft C++ Build Tools following the instructions here: https://docs.microsoft.com/en-us/answers/questions/136595/error-microsoft-visual-c-140-or-greater-is-require.html
  3. Install pip following the instructions here: https://www.geeksforgeeks.org/how-to-install-pip-on-windows/
  4. Follow the rest of the instructions below.

Clone this repository and edit the config.py file to add your wallet info. Install the dependencies via:

pip3 install web3

via pip and run the script with:

python3 vmt_autoupdate.py

Disclaimer

USE THIS SCRIPT AT YOUR OWN RISK!!! FULL RESPONSIBILITY FOR THE SECURITY AND RELIABILITY OF THE FUNDS IN YOUR WALLET IS WITH YOU!!!

Donations

If you want to donate something because you like the script you can send ETH/AVAX/MATIC/FTM to 0x570a0C1016FC8461D3DB9DB70BA5A76745B1D8E4

About

Vending Machine Tycoon AutoUpdate script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%