Skip to content

aidenesco/netroutine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netroutine GoDoc Go Report Card

This package facilitates the creation and execution of network request routines. This is useful for automating web scraping jobs.

Installation

go get -u github.com/aidenesco/netroutine

Usage

import "github.com/aidenesco/netroutine"

func main() {
    routine := netroutine.NewRoutine()
    
    env, _ := netroutine.NewEnvironment(make(map[string]interface{}))

    env.Run(routine)

    fmt.Println(env.Status) // Success
  }

About

Creation and execution of network request routines

Topics

Resources

License

Stars

Watchers

Forks

Languages