Skip to content

A repository for the mono_trigger tool built by me. Releases should be taken as the most recent authoritative version, anything in a branch could very well be code that is still being worked on. Please file a bug report if you encounter any issues.

Notifications You must be signed in to change notification settings

AavHRF/mono_trigger

Repository files navigation

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

About

A repository for the mono_trigger tool built by me. Releases should be taken as the most recent authoritative version, anything in a branch could very well be code that is still being worked on. Please file a bug report if you encounter any issues.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages