https://github.com/staticph/scraperthing
something like a web scraper where you set up filtering to only output the parts that matter.
https://github.com/staticph/scraperthing
Last synced: 4 months ago
JSON representation
something like a web scraper where you set up filtering to only output the parts that matter.
- Host: GitHub
- URL: https://github.com/staticph/scraperthing
- Owner: StaticPH
- License: gpl-3.0
- Created: 2019-01-28T01:23:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T02:27:57.000Z (over 7 years ago)
- Last Synced: 2025-10-09T21:04:30.531Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is only a little side-project I started for fun, so I'll only be working on it when I feel like it during my free time.
This is something like a web scraper, but slightly different from what that term brings to my mind.
Rather than returning the whole contents of a url, or something like all the images or links on the page, you can set it up so that certain urls (matching some string) will be cut up and/or formatted so that the output only contains the parts of the page's source that matter to you, in whatever formatting you make it use.