Skip to content

Nexus AutoDL is an autoclicker that helps automate downloading mods from Nexus Mods

License

Notifications You must be signed in to change notification settings

Kickskii/fork-NexusAutodl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexus AutoDL

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.

Note

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.

Changelog

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

Download

Check Releases

BuildingNexus-AutoDL

install Python 3.7

upgrade pip

python -m pip install --upgrade pip

Install required dependencies

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

you can replace the images in templates folder and build the project in case nexus decides to change their download button currently it is working as intended to download off of wabbajack

current code requires python3.7 use opencv version 3.4.2.16 otherwise SIFT does not work could maybe fix using ORB function for newer OpenCV version

About

Nexus AutoDL is an autoclicker that helps automate downloading mods from Nexus Mods

Resources

License

Stars

Watchers

Forks

Languages

  • Python 88.5%
  • Makefile 11.5%