ianklatzco / atprototools

easy-to-use and ergonomic library for interacting with bluesky
MIT License
62 stars 11 forks source link

ambitious bookmarking service #11

Open MostWrong opened 1 year ago

MostWrong commented 1 year ago

just login using atprototools and store bookmarks according to did ( as PK) in a table; challenge is to make sure the table can only be accessed by the user, so my idea is to create a local DB with the table for the time being

ianklatzco commented 1 year ago

ask chatgpt how to use sqlite with python!