Skip to content

How to Run Python Autoplay Backend

Alexandru Petrusca edited this page Aug 7, 2022 · 4 revisions

Prerequisite Steps:

  • Install the latest version of Python 3
  • Set up a local installation of Mephisto based on master
  • Navigate to src/scripts through terminal

Install dependencies:

pip3 install flask pyautogui

Run script:

python3 mephisto-clicker.py
Clone this wiki locally