Skip to content

TofigBakhshiyev/text-scraping-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Scraping from Html Page

Getting text data from web page with URL and html tags

Requirements

  • Go version 1.13.6 or later

Runing the app

from the main directory run:

go run main.go -tags "p" -url "https://medium.com/better-programming/modern-day-architecture-design-patterns-for-software-professionals-9056ee1ed977"

example output

[Many modern-day applications need to be built at an enterprise scale, sometimes even at an internet scale. Each application needs to meet scalability, availability, security, reliability, and resiliency demands. In this article, I’m going to talk about some design patterns that can help you achieve the above-mentioned abilities with ease. ...]


for more information run:

go run main.go -help

About

Getting text data from web page with URL and html tags

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages