https://github.com/fandreuz/godaft
Go client for daft.ie
https://github.com/fandreuz/godaft
Last synced: about 2 months ago
JSON representation
Go client for daft.ie
- Host: GitHub
- URL: https://github.com/fandreuz/godaft
- Owner: fandreuz
- License: mit
- Created: 2024-11-22T18:58:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T12:08:16.000Z (over 1 year ago)
- Last Synced: 2025-12-27T13:15:03.391Z (6 months ago)
- Language: Go
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godaft
Go client for [daft.ie](https://www.daft.ie/).
## Getting started
### Installation
Within a Go project directory:
```bash
go get github.com/fandreuz/godaft@v0.0.1
```
### Usages
Simple example usages are available in [demo/main.go](demo/main.go).
## Disclaimer
I'm not responsible for how you may decide to use this software. The API
exposed by daft.ie is unauthenticated and loosely maintained. Thus, it may be
discontinued or broken at any moment.
This client is heavily inspired by
[daftlistings](https://github.com/AnthonyBloomer/daftlistings), which provides
the same functionality in Python.