Skip to content

kulaLin/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 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.

tbdump.sh - Shell script version of TechBench dump. Obtains links from API, and then writes them to formatted file

Usage

Everything 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 files used by Website with products from range between 242 and 247:

./tbdump.sh web 242 247

TechBench dump

Website: https://mdl-tb.ct8.pl/
Markdown: https://mdl-tb.ct8.pl/dump.md
Full script: https://github.com/techbench-dump/script

License

Copyright 2017 mkuba50

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Credits

WzorNET - finding out that TechBench contains more than Windows 10.
Bootstrap - http://getbootstrap.com/
GoSquared - Flags https://github.com/gosquared/flags

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.7%
  • Shell 6.4%
  • CSS 0.9%