stacker.news API client package for Go
Go to file
ekzyis 76cb7483f7 Add function to fetch and parse RSS feed 2023-08-23 00:38:50 +02: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
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
post.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 function to fetch and parse RSS feed 2023-08-23 00:38:50 +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.