Skip to content

ranajahanzaib/wdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WDX - Web Data Extraction

GitHub license PRs Welcome

An opensource golang tool for extracting useful data from web.

Get Started

Import wdx package

import (
  "fmt"
  "github.com/ranajahanzaib/wdx"
)

Usage

func main() {
  links, err := wdx.ScrapLinks("https://en.wikipedia.org/wiki/Web_scraping", ".mw-parser-output")

  if err != nil
    fmt.Println("WDX_ERR: " + err)
  else wdx.Log(links)
}

Contributing

We'd love to accept your patches and contributions to this project. There are just a few guidelines you need to follow.

This project follows Contributor Covenant as it's Code of Conduct, and we expect all project participants to adhere to it. Please read the full guide so that you can understand what actions will not be tolerated.

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to project.

This project is licensed under the MIT License, meaning that you're free to modify, distribute, and / or use it for any commercial or private project.

About

A web data extraction library written in golang.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages