When utilizing Nexus Mods for Game Modding, the typical procedure involves manually clicking the download button each time a new mod is added to the download queue. However, this manual process can become problematic when dealing with tools such as Wabbajack or Portmod, which may involve numerous mods, potentially numbering in the hundreds or even thousands.
To address this issue, Nexus AutoDL serves as an autoclicker designed to streamline and automate this process. While Nexus AutoDL is active, it continuously monitors the screen for instances when a download button for a Nexus Mod(the "Slow Download" button) or Collections button from Vortex becomes visible. In such cases, Nexus AutoDL takes action by automatically clicking the download button, effectively removing the need for manual intervention. This automation significantly enhances the efficiency and convenience of the mod downloading experience.
Using a bot to download from Nexus is in direct violation of their TOS:
Attempting to download files or otherwise record data offered through our services (including but not limited to the Nexus Mods website and the Nexus Mods API) in a fashion that drastically exceeds the expected average, through the use of software automation or otherwise, is prohibited without expressed permission. Users found in violation of this policy will have their account suspended.
Use this at your own risk.
Updated Readme.md
Added an icon to the exe
Changed code a little so as to make it buildable
Added instructions to build the Program
Added comments to the code
Check Releases
install Python 3.7
python -m pip install --upgrade pip
pip install mypy
pip install pyinstaller
pip install pillow
pip install pyautogui
pip install numpy
pip install click
pip install opencv-python==3.4.2.16
pip install opencv-contrib-python==3.4.2.16
python -m pip install types-Pillow
install Make from GnuWin32 and add the executable to PATH
navigate to folder with makefile
edit Makefile and add the Executables required inside
run in powershell
make all
or use
C://path//to//make.exe path//to//makefile