stacker.news API client package for Go
Go to file
ekzyis 37b32c9bbf Update API
* type of limit changed from Int to Limit type
2023-11-23 18:12:53 +01:00
LICENSE Add LICENSE 2023-06-01 02:09:07 +02:00
README.md Add doc and README 2023-06-01 03:39:07 +02:00
dupes.go Add doc and README 2023-06-01 03:39:07 +02:00
go.mod Add code 2023-06-01 03:07:23 +02:00
go.sum Add code 2023-06-01 03:07:23 +02:00
items.go Update API 2023-11-23 18:12:53 +01:00
main.go Add doc and README 2023-06-01 03:39:07 +02:00
notes.go Add doc and README 2023-06-01 03:39:07 +02:00
rss.go Add function to fetch and parse RSS feed 2023-08-23 00:38:50 +02:00
session.go Add function to refresh session 2023-08-15 21:53:50 +02:00
types.go Add ParentId and CreatedAt to type Comment 2023-08-23 03:52:32 +02:00

README.md

sn-goapi

Package for stacker.news API access

Install via go get github.com/ekzyis/sn-goapi

Supports:

  • Post of type ...
    • ... Discussion
    • ... Link
    • ... Bounty
    • ... Poll
  • Reply (comments)
  • Tips
  • Checking dupes
  • Checking notifications

SN_AUTH_COOKIE must be set with a valid session cookie.