Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

9Gag Golang library

License

NotificationsYou must be signed in to change notification settings

mlabouardy/9gag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCIGo Report CardMIT License

Installing

go get

$ go get -u github.com/mlabouardy/9gag

Example

Getting top memes

package mainimport ("fmt""github.com/mlabouardy/9gag")funcmain() {gag9:=gag9.New()for_,meme:=rangegag9.Find() {fmt.Printf("Description: %s\nImage: %s\n",meme.Description,meme.Image)}}

Filter by tag name

package mainimport ("fmt""github.com/mlabouardy/9gag")funcmain() {gag9:=gag9.New()for_,meme:=rangegag9.FindByTag("got") {fmt.Printf("Description: %s\nImage: %s\n",meme.Description,meme.Image)}}

How to use

http://www.blog.labouardy.com/create-9gag-android-application/

Contributing

You are more than welcome to contribute to this project. Fork andmake a Pull Request, or create an Issue if you see any problem.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp