Skip to content

moddingg33k/techbench-dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

This script obtains links from Microsoft's API and then writes them to file.
Currently it is based on cUrl and Bash (on Windows it uses BusyBox).

tbdump.sh - Shell script version of TechBench dump. Obtains links from API, and then writes them to formatted file
techbench.cmd - Runs shell script on Windows and configures it to generate HTML file
techbench_md.cmd - Runs shell script on Windows and configures it to generate Markdown file (GitHub paste format)

Usage

Windows

Simply run desired cmd script, it will generate everything automatically.

Command line usage:

<script.cmd> [first_id] [last_id]

Example command to create HTML file with products from range between 242 and 247:

techbench.cmd 242 247

Everything else with bash support

Give execute permission to file and run it with desired parameters.

Command line usage:

<./script.sh> generator [first_id] [last_id]

Example command to create HTML file with products from range between 242 and 247:

./tbdump.sh html 242 247

TechBench dump website

Website: https://mdl-tb.ct8.pl/
Markdown: https://mdl-tb.ct8.pl/dump.md
GitHub: https://github.com/mkuba50/techbench-dump-web

Credits

WzorNET - finding out that TechBench contains more than Windows 10.
Ron Yorston - BusyBox port for Windows. https://frippery.org/busybox/
Stefan Kanthak - cUrl binaries for Windows. https://skanthak.homepage.t-online.de/curl.html

Packages

No packages published

Languages

  • Shell 95.6%
  • Batchfile 4.4%