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)
- Host: GitHub
- URL: https://github.com/geeksbaek/goinside
- Owner: geeksbaek
- License: gpl-3.0
- Created: 2016-06-22T16:55:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T10:22:01.000Z (over 4 years ago)
- Last Synced: 2026-01-14T15:49:13.852Z (5 months ago)
- Topics: api, library
- Language: Go
- Homepage:
- Size: 250 KB
- Stars: 24
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# goinside
[](https://travis-ci.org/geeksbaek/goinside)
[](https://goreportcard.com/report/github.com/geeksbaek/goinside)
[](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