Skip to content

Creation and execution of network request routines

License

DivineSentry/netroutine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%