Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtstech/vtstech-webscraper
Simple HTML/PHP Scraper written in VB6. Uses wget to download html/php
https://github.com/vtstech/vtstech-webscraper
Last synced: 3 days ago
JSON representation
Simple HTML/PHP Scraper written in VB6. Uses wget to download html/php
- Host: GitHub
- URL: https://github.com/vtstech/vtstech-webscraper
- Owner: VTSTech
- License: gpl-3.0
- Created: 2018-01-09T00:02:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T01:28:02.000Z (almost 7 years ago)
- Last Synced: 2023-10-22T13:17:35.320Z (about 1 year ago)
- Language: Visual Basic
- Homepage:
- Size: 1.45 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
VTSTech-WebScraper v0.0.1-r02
Simple HTML/PHP Scraper written in VB6. Uses wget to download html/php
target is search string
capture-len-f will output this many chars forward
capture-len-r will output this many chars backward
Changelog:
v0.0.1-r02 1/12/2018 8:16:05PM
Resized main form slightly
Now using FileToString Function from MSDN
No longer considers each line, but reads entire file at once
v0.0.1-r01 1/8/2018 11:19:08PM
Added 'Reset' button to clear all fields.
Now exits with fatal error if wget.exe not present.
v0.0.1-r00 1/8/2018 6:55:48PM
First release.
Uses GNU Wget 1.19.1
Published to GitHub