Recent comments in /f/coolgithubprojects

aft_punk t1_j9j4i7g wrote

Plenty do (specifically if they have an API), but you do need to configure Authelia to whitelist access to the API endpoint (or expose the port locally and point your browser extension to that if you aren’t doing any remote bookmarking). This is only wise to do if the API uses some sort of authentication.

It’s a bit more advanced, but definitely possible .

1

El-yeetra t1_j9dzuzx wrote

Thanks! Couldn't have done it without your work, so I'd like to thank you as well. Although, I achieved it through the sheer force of caffeine and ADHD, so if you see any issues with my code, just reply to my comment with what your issue is, because I don't check my github that often.

2

twistedproton OP t1_j92fkq6 wrote

The repo is public how about you check it first then come back. The access token is only used once and it remains on your local machine.

An access token is used to access the hithub API without rate limits, it enables passwordless authentication .

An unauthenticated user can only get 60 request as compared to almost 5000 using access tokens.

I'll address this in a future version which doesn't need an access token.

−6

plg94 t1_j91e3me wrote

So what you're actually doing is just taking the .gitignore templates from Github, meaning they are not editable and it doesn't work offline.
Not bad per se, but you should definitely add that fact to your readme.

−2

1h8fulkat t1_j84os6q wrote

ChatGPT's response...because I don't think it's ironic:

> The situation you described could be seen as either humorous or paradoxical, but not necessarily ironic. > > Irony is a figure of speech that involves a contrast between what is expected and what actually occurs, often with a humorous or satirical intent. In the case of a company banning chatbots and someone inventing an extension to bypass that ban, there might not be a clear contrast between expectations and reality, so it wouldn't be considered irony. > > However, the situation could be described as paradoxical, which refers to a statement or situation that seems self-contradictory or absurd. The idea of a company banning chatbots but someone finding a way to bring them back could be seen as paradoxical. > > > Another word that could be used to describe the situation is humorous, as it could be seen as a humorous take on the futility of trying to ban technology. <-- now THIS I agree with...

9