Yukaii / open-source-ideas

My open source ideas, projects, and WIP
7 stars 0 forks source link

When was I starred this? #67

Open Yukaii opened 1 year ago

Yukaii commented 1 year ago

A fun project utilizing the GitHub API. Users sign in to the service with GitHub, then we fetch when the user has starred the project, then show the user's card achievements, such as:

(Need to be refined and chunibyo-rize)

Yukaii commented 1 year ago

https://docs.github.com/en/rest/activity/starring?apiVersion=2022-11-28#list-repositories-starred-by-a-user

We can't get the exact time one repo was starred - we gotta save all the user stars and then find the one we're lookin' for.

Yukaii commented 1 year ago

Alternative names:

gh OG finder Who's the OG

Yukaii commented 1 year ago

https://docs.github.com/en/rest/activity/starring?apiVersion=2022-11-28#list-stargazers

Yukaii commented 1 year ago

Some high level architecture and design made with GPT-4

https://chat.openai.com/share/039dc385-393b-4354-a95c-5c9d69a5da26