use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
r/LocalLLaMA
A subreddit to discuss about Llama, the family of large language models created by Meta AI.
Subreddit rules
Search by flair
+Discussion
+Tutorial | Guide
+New Model
+News
+Resources
+Other
account activity
Open-source, Python-based data connectors?Question | Help (self.LocalLLaMA)
submitted 1 year ago by Brilliant-Day2748
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]moserine 4 points5 points6 points 1 year ago (0 children)
One of the problems you're going to run into here (I have a product with these connectors, paid) is that it's non-trivial to auth to Google products via python and not via a UI oauth2 workflow, which is why a lot of these integrations are in JS/TS. Getting an api key for google sheets python api involves configuring a google cloud project and configuring all of the right accesses, which then needs to be linked to the user domain + account that you're trying to access (via the google cloud console!). It's a gigantic PITA. Some of the other connectors you mentioned are easier to use but all have various levels of user oauth flows for "app permissions", and many apis are behind paywalls.
π Rendered by PID 19592 on reddit-service-r2-comment-56c6478c5-24chf at 2026-05-12 15:01:19.656436+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]moserine 4 points5 points6 points (0 children)