index
:
gos
main
Social Media sharing tool written in Go - Personal replacement for buffer.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
platforms
/
linkedin
/
linkedin.go
Age
Commit message (
Expand
)
Author
2026-03-13
chore: complete code quality audit fixes
v1.2.6
Paul Buetow
2026-02-17
fix: improve LinkedIn API posting and authentication
v1.2.4
Paul Buetow
2025-09-16
make linkedin version API configurable
Paul Buetow
2025-02-26
introduce run interval
Paul Buetow
2025-02-08
bugfix
Paul Buetow
2025-02-08
more use of tables
Paul Buetow
2025-01-04
add --compose flag
Paul Buetow
2024-12-11
refactor a bit again
Paul Buetow
2024-12-10
fix
Paul Buetow
2024-12-02
no payload
Paul Buetow
2024-11-22
implement random other
Paul Buetow
2024-11-13
some
Paul Buetow
2024-11-13
fix editing entry before posting it
Paul Buetow
2024-11-10
fix, thumbnail cant be empty
Paul Buetow
2024-11-10
can post thumbnails to linkedin
Paul Buetow
2024-11-08
dont use logger but color outputter
Paul Buetow
2024-11-08
can download preview image for linkedin
Paul Buetow
2024-11-03
more ideas
Paul Buetow
2024-10-31
s/ent/en/ ...
Paul Buetow
2024-10-31
refactor
Paul Buetow
2024-10-27
can ask before queueing
Paul Buetow
2024-10-27
also include the preview in the prompt
Paul Buetow
2024-10-27
fix timeouts
Paul Buetow
2024-10-27
can share an article with preview text of the title
Paul Buetow
2024-10-24
jo
Paul Buetow
2024-10-24
refactor
Paul Buetow
2024-10-23
fix error handling
Paul Buetow
2024-10-23
more todos
Paul Buetow
2024-10-22
refactor
Paul Buetow
2024-10-22
change color
Paul Buetow
2024-10-19
fix linkedin escapes
Paul Buetow
2024-10-19
jo
Paul Buetow
2024-10-18
can edit a post before posting int
Paul Buetow
2024-10-18
initial work on editing a post
Paul Buetow
2024-10-18
initial edit
Paul Buetow
2024-10-18
added prompt colors
Paul Buetow
2024-10-18
using ctx also when posting messages
Paul Buetow
2024-10-18
use context in oauth2
Paul Buetow
2024-10-18
gonna use the archive for this
Paul Buetow
2024-10-17
implement sizeLimit per platform
Paul Buetow
2024-10-09
refator
Paul Buetow
2024-10-09
refactor
Paul Buetow
2024-10-09
can abort
Paul Buetow
2024-10-09
can re-create token when unauthorized
Paul Buetow
2024-10-09
can re-use access token for linkedin oauth
Paul Buetow
2024-10-08
fix
Paul Buetow
2024-10-08
more on the linkedin oauth refactoring. need to test the changes, though.
Paul Buetow
2024-10-08
initial restructure for oauth2
Paul Buetow
2024-10-04
can post to linkedin initially
Paul Buetow