Skip to content

sakura-rip/LineApiGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LineApiGo

Copyright (c) 2020 @sakura-rip
Version 1.1 bata
LastUpdate 2020/08/28

Unofficial line api

Usage:

package main

import "github.com/sakura-rip/lineapigo"

func main() {
    // Create Instance
    bot := lineapigo.NewLineClient("LITE")
    //  Login with Qr Code
    bot.LoginWithQrCode()


    // Create Instance
    bot1 := lineapigo.NewLineClient("IOS")
    // Login with AuthToken
    bot1.LoginWithAuthToken("token here")
}

see example to get more information

have fun :)

Studying golang...

GOたのちい

About

Unofficial line api with golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages