User:Kim/Prototyping 2nd year/GitPub: Difference between revisions

From XPUB & Lens-Based wiki
Line 7: Line 7:
Gitpub-prototype-1.1.png|gitpub v1 printed prototype
Gitpub-prototype-1.1.png|gitpub v1 printed prototype
</gallery>
</gallery>
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==
==v 2==
I dont need the Gitlab APi, since most meta info is already stored in my local repository.
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 [https://docs.astral.sh/uv/ uv]
try python script >> better to turn into a program (pip install gitpub) using [https://docs.astral.sh/uv/ uv]

Revision as of 21:10, 29 September 2025

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