DOGE Fetcher for Windows v1.5 is a standalone Windows application for fast, transparent downloading of government efficiency data directly from the official DOGE.gov API.
There are two executables: DOGEFW15.exe (RECOMMENDED, it's smaller) in the MAIN TREE is the MS Windows Store version; DOGEFetcherGUI.exe in the \releases branch is the python created executable, but all source code is available to anyone.
The version of DOGEFW15.exe found in the main tree is the same executable that has been submitted to and approved by the Microsoft Store.
DOGE Fetcher is available in two main forms:
-
Windows Microsoft approved GUI Application:
-
Python Source Scripts:
/releases/dogefetcherfw11gui.py(Tkinter GUI, run with Python)/releases/dogefetcherfw11.py(command-line interface, run with Python)
-
Python Source Executable:
/releases/DOGEFetcherGUI.exe(Tkinter created).
Get DOGE Fetcher for Windows directly from the Microsoft Store:
https://apps.microsoft.com/detail/9P2LG65508RM
The Microsoft Store version is kept in sync with this repository's official releases.
- Modern Windows GUI—just double-click
DOGEFW15.exe(Store version) orDOGEFetcherGUI.exe(Python Version under /releases) (no console required) - Fetches contracts, grants, leases, and payments from DOGE.gov
- Exports data to timestamped CSV files
- Batch fetch (up to 500 records per page) with full API pagination
- Select output folder with a standard Windows dialog
- Real-time log window plus one-click log save
- Zero dependencies—no Python or runtime needed for EXE
- Custom DOGE icon for easy desktop access
- Open source, fast, and transparent
- Download and run
DOGEFW15.exeorDOGEFetcherGUI.exefrom /releases- Get it from Releases or the Microsoft Store
- Choose your output folder
- Set items per page (up to 500)
- Click “Fetch All” to download the latest CSV data
- Review/export logs as needed
No Python or setup required—just run the EXE.
-
GUI: under /releases
dogefetcherfw11gui.py
Run with Python 3:python dogefetcherfw11gui.py
-
CLI: under /releases
dogefetcherfw11.py
Run with Python 3:python dogefetcherfw11.py
-
Build/Development:
DOGEFetcherGUI.spec– PyInstaller build spec for reproducible EXE buildsDOGEFetcherIcon.ico– Custom application icon (for EXE and shortcuts)DOGEFetcherGUI.exe- Python built executable
DOGEFW15.exe- Under main brain; Microsoft Store versionreleases\DOGEFetcherGUI.exe– Python created standalone Windows executable (no dependencies)releases\dogefetcherfw11gui.py– Tkinter GUI Python sourcereleases\dogefetcherfw11.py– CLI Python sourcereleases\DOGEFetcherGUI.spec– PyInstaller build scriptreleases\DOGEFetcherIcon.ico– Custom application icon
DOGE Fetcher is released under the MIT License.
Michael R. Murphy (ImpliedConsent)
For questions, feedback, or support, open an Issue or contact via GitHub.
This repository is the official source for the Microsoft Store-approved DOGEFetcher.exe, Python source code, and all supporting materials. Open source, transparent, and ready for Windows users and developers alike.