Commit Graph

5 Commits

Author SHA1 Message Date
1e8aea4dbd
add random item selector 2025-02-27 13:06:37 +00:00
9fe8a9b6fb
read/write functionality done
with price, shipping, purchase date, seller, and additional notes
working for read and write. test included for exporting to/importing
from string form pushed to discogs, which is validated before changes
are made. worked on whole library.
2024-09-16 13:10:25 +01:00
a33a261a60
remove old gitmodules file 2024-09-05 18:13:25 +01:00
b5d8eeb7a4
poc for modifying notes, read and store collection, write template csv
template CSV to fill in can be created with `./main -template test.csv`,
additional args `-print` and `-reload` print and reload the collection
cache respectively. proof of concept for modifying notes available but
not used yet. go-discogs library was originally a submodule, however is
now a fork at github.com/hrfee/go-discogs.
2024-09-05 18:07:14 +01:00
2bae75cc3f
go mod init and secrets file
secret personal access token stored in ./personal_access_token, added to
.gitignore. a bit of a start on the program.
2024-09-05 12:56:51 +01:00