Skip to content

maito1201/hatebu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hatebu

Crawl hatebu to use something like daily chat bot

Usage

write the code like this.

package main

import (
	"fmt"

	"github.com/maito1201/hatebu"
)

func main() {
	results, err := hatebu.ScrapeHotEntry()
	if err != nil {
		panic(err)
	}
	for _, v := range results {
		fmt.Printf("%s %s\n", v.Title, v.Href)
	}
}

About

Crawl hatebu to use something like daily chat bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages