Skip to main content
Implement ForeignScrapperer interface at pkg/dia/scraper/foreign-scrapers/Scrapper.go file
Add the scraper implementation a MyForeignScraper.go Golang file to pkg/dia/scraper/foreign-scrapers/ folder and add the next implementations:
1
Add a constructor for the scraper:
2
Add MyForeignScraper case at scraper file cmd/foreignscraper/foreign.go:

Foreign Command

Foreign Test