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?
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
Beta Information
The beta version of the app is available from here. When run, please understand that this software may not function at all in the way you expect, and quite possibly may not work at all. You have been warned. *** With that said, the rewrite version is much more powerful, and has additional options. You may wish to consult the readme for the beta version prior to using it, as it contains further instructions for how best to utilize the beta rewrite.