Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.27 KB

readme.md

File metadata and controls

34 lines (23 loc) · 1.27 KB

Mono_Trigger

An easier method for handling triggering.

Mono_Trigger uses a GUI to assist in triggering. You supply a list of trigger regions with comma-separated values, and it gives you the go order when it is time to jump.


How To Install

Download and unzip the source file from the latest release.

Using Python3, you need to install the following packages

  • BeautifulSoup (bs4)
  • Requests (requests)
  • LXML (lxml)
  • PySimpleGUI (PySimpleGUI)

Use the following command to install these packages all at once:

python3 -m pip install bs4 requests lxml PySimpleGUI

What Does it Look Like?

image

How To Set Up

Once you have downloaded the program, and unzipped it, you can run it with the following command in your working directory. python3 app.py

You need to supply a list of trigger regions, click the "Load List" button to get the list in the program. This list can be generated using Snapsheet and Quickdraw.

Safety Features

  • Useragent verification
  • Automatic ratelimiting