This website requires JavaScript.
Explore
Help
Register
Sign In
hrfee
/
discogs-pricer
Watch
1
Star
0
Fork
0
You've already forked discogs-pricer
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
discogs-pricer
/
.gitignore
6 lines
58 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
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
personal_access_token
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
test.csv
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:08:52 +01:00
*.csv
*.ods
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
collection.gob
Reference in New Issue
Copy Permalink