User:Kim/Prototyping 2nd year/GitPub
pmomm: #1. gitpub
v 1
utilizing the Git API.
I manged to print a proof of concept version of my personal reader repository but ran into a lot of issues.
- API needs personal token authentication
- using curl is limiting in formatting options (v1 is very 'crafty')
- sorting the files and directories is tricky and you prob. need to do it manually by passing numbers to the titles
v 2
I dont need the Gitlab APi, since most meta info is already stored in my local repository. try python script >> better to turn into a program (pip install gitpub) using uv