Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reaper47/trophy_blitz
Open a web page on a regular basis for a period of time.
https://github.com/reaper47/trophy_blitz
Last synced: 1 day ago
JSON representation
Open a web page on a regular basis for a period of time.
- Host: GitHub
- URL: https://github.com/reaper47/trophy_blitz
- Owner: reaper47
- License: mit
- Created: 2018-06-06T02:10:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T08:51:55.000Z (over 3 years ago)
- Last Synced: 2023-02-28T08:26:17.096Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trophy Blitz
Need to automate refreshing a web page hundreds of times to receive an achievement? Well, this app's got you covered. Trophy Blitz is a PyQt5 Python2/3 application used to open a web page a number of times on a set interval.
Unfortunately, this program solely works under Windows as it searches for processes the Windows way. But hey! Not all hope is lost. If there is a single demand for it to work under Linux, I will make it work for this godlike OS.
## Setup
1. If not already done, download and install [Python 3][0] or [Python 2.7][1].
1. From PowerShell or a DOS, run the following command to install the dependencies:- For Python 2.7: `python -m pip install python-qt5 psutil pyautogui pywinauto`
- For Python 3: `python -m pip install pyqt5 psutil pyautogui pywinauto`
1. Under the `trophy_blitz` subdirectory, run `python main.py`. You can also double click `main.py`.
1. Select your parameters.
1. Press OK and let the blitzing start. You can cancel the ongoing operation at any time by pressing the `Abort` button.### Happy Blitzing :D
[0]: https://www.python.org/ftp/python/3.6.5/python-3.6.5-amd64.exe
[1]: https://www.python.org/ftp/python/2.7.15/python-2.7.15.amd64.msi