An open API service indexing awesome lists of open source software.

https://github.com/geeksbaek/goinside

Unofficial dcinside API written in Go (deprecated)
https://github.com/geeksbaek/goinside

api library

Last synced: 5 months ago
JSON representation

Unofficial dcinside API written in Go (deprecated)

Awesome Lists containing this project

README

          

# goinside
[![Build Status](https://travis-ci.org/geeksbaek/goinside.svg?branch=master)](https://travis-ci.org/geeksbaek/goinside)
[![Go Report Card](https://goreportcard.com/badge/github.com/geeksbaek/goinside)](https://goreportcard.com/report/github.com/geeksbaek/goinside)
[![GoDoc](https://godoc.org/github.com/geeksbaek/goinside?status.svg)](https://godoc.org/github.com/geeksbaek/goinside)

이 라이브러리는 디시인사이드 비공식 API 입니다.
API에 대한 설명은 [godoc](https://godoc.org/github.com/geeksbaek/goinside)에서 보실 수 있습니다.

## Install
```
go get -u github.com/geeksbaek/goinside
```

## See also

- [goinside-image-crawler](https://github.com/geeksbaek/goinside-image-crawler)
- [goinside-gallog-cleaner](https://github.com/geeksbaek/goinside-gallog-cleaner)

## Special thanks to

goinside는 아래 라이브러리들의 코드를 일부 참고하였습니다.

- [pyinside](https://github.com/jeongsj/pyinside)
- [nodeinside](https://github.com/leechanee1/nodeinside)
- [KotlinInside](https://github.com/organization/KotlinInside)

## Warning

현재 개발 중이며 언제든지 API 구조가 변경될 수 있습니다.

Jongyeol Baek