Skip to content
/ x-scrap Public

scrapping the kreuzwerker blog list for fun

Notifications You must be signed in to change notification settings

co0p/x-scrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x-scrap

scrapping kreuzwerker blog posts for fun and finding missing untagged keywords in blog posts

usage

./xscrap -urls <url,url2> -tags <tag1,tag2, ... >

with

  • urls a comma seperated list of urls to scrap
  • tags a comma seperated list of tags to find

for example

go run cmd/xscrap/main.go \
    -urls https://kreuzwerker.de/post/aws-re-inforce-2022,https://kreuzwerker.de/post/kreuzwerker-goes-aws-ambassador-in-seattle \
    -tags aws,security,cloud

Build

To build the binary invoke

go build -o xscrap cmd/xscrap/main.go 

Tests

To run the tests invoke

go test ./... -cover

About

scrapping the kreuzwerker blog list for fun

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages